Skip to content

Commit

Permalink
Update actions/*-artifact Actions from v3 to v4
Browse files Browse the repository at this point in the history
This updates both actions/upload-artifact and actions/download-artifact
to the same version. This ensures they are on the same actions/artifact
backend source.
  • Loading branch information
mcdonnnj committed Dec 22, 2023
1 parent 31075ef commit a6143e8
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 @@ -305,7 +305,7 @@ jobs:
- name: Build artifacts
run: python -m build
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.python-version }}
path: dist
Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:
restore-keys: |
${{ env.BASE_CACHE_KEY }}
- name: Retrieve the built wheel
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist-${{ matrix.python-version }}
path: dist
Expand Down

0 comments on commit a6143e8

Please sign in to comment.