Skip to content

Commit fcc68a5

Browse files
committed
- try matching versions
1 parent 692379f commit fcc68a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Build SDist
1717
run: pipx run build --sdist
1818

19-
- uses: actions/upload-artifact@v3
19+
- uses: actions/upload-artifact@v4
2020
with:
2121
path: dist/*.tar.gz
2222
name: sdist
@@ -32,7 +32,7 @@ jobs:
3232
python_version: ['cp38-*', 'cp39-*', 'cp310-*', 'cp311-*', 'cp312-*']
3333

3434
steps:
35-
- uses: actions/download-artifact@main
35+
- uses: actions/download-artifact@v4
3636
with:
3737
name: sdist
3838

0 commit comments

Comments
 (0)