Skip to content

Commit 9407863

Browse files
authored
Python support from version 3.8 to 3.13 (#102)
1 parent a444bd1 commit 9407863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ jobs:
390390
id-token: write
391391
if: github.ref == 'refs/heads/main'
392392
steps:
393-
- uses: actions/download-artifact@v2
393+
- uses: actions/download-artifact@v4
394394
with:
395395
pattern: artifacts-*
396396
path: dist
@@ -412,7 +412,7 @@ jobs:
412412
id-token: write
413413
if: startsWith(github.ref, 'refs/tags/v')
414414
steps:
415-
- uses: actions/download-artifact@v2
415+
- uses: actions/download-artifact@v4
416416
with:
417417
pattern: artifacts-*
418418
path: dist

0 commit comments

Comments
 (0)