Skip to content

Commit 2634e73

Browse files
committed
Downgrade actions/download-artifact to v3
1 parent fa2b642 commit 2634e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# alternatively, to publish when a GitHub Release is created, use the following rule:
7676
# if: github.event_name == 'release' && github.event.action == 'published'
7777
steps:
78-
- uses: actions/download-artifact@v4.1.7
78+
- uses: actions/download-artifact@v3
7979
with:
8080
# unpacks default artifact into dist/
8181
# if `name: artifact` is omitted, the action will create extra parent dir

0 commit comments

Comments
 (0)