Skip to content

Commit

Permalink
Match upload/download artifact versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Sep 4, 2024
1 parent d328c26 commit ea8a4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheel_tests_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
# -Wl,-S equivalent to gcc's -Wl,--strip-debug
LDFLAGS: "-Wl,-S"

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: wheels
path: ./dist/*.whl
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
pyproject-build . --sdist --no-isolation --skip-dependency-check
ls -la ${{ github.workspace }}/dist
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
id: download
with:
name: wheels
Expand Down

0 comments on commit ea8a4f1

Please sign in to comment.