Skip to content

Commit ea8a4f1

Browse files
committed
Match upload/download artifact versions
1 parent d328c26 commit ea8a4f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheel_tests_and_release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
# -Wl,-S equivalent to gcc's -Wl,--strip-debug
139139
LDFLAGS: "-Wl,-S"
140140

141-
- uses: actions/upload-artifact@v3
141+
- uses: actions/upload-artifact@v4
142142
with:
143143
name: wheels
144144
path: ./dist/*.whl
@@ -169,7 +169,7 @@ jobs:
169169
pyproject-build . --sdist --no-isolation --skip-dependency-check
170170
ls -la ${{ github.workspace }}/dist
171171
172-
- uses: actions/download-artifact@v4.1.7
172+
- uses: actions/download-artifact@v4
173173
id: download
174174
with:
175175
name: wheels

0 commit comments

Comments
 (0)