Skip to content

Commit

Permalink
Try upgrading to artifacts actions v4
Browse files Browse the repository at this point in the history
Uploading and downloading artifacts started failing without any change in that area.
  • Loading branch information
RobertoPrevato committed Dec 28, 2023
1 parent b4cf481 commit 99867c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
if: matrix.python-version == 3.12

- name: Upload distribution package
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand All @@ -86,7 +86,7 @@ jobs:
if: github.event_name == 'release' || github.event_name == 'workflow_dispatch'
steps:
- name: Download a distribution artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit 99867c3

Please sign in to comment.