Skip to content

Commit e30840a

Browse files
author
Hampus Malmberg
authored
updated github action download artifact (#172)
1 parent 7e2f65f commit e30840a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# alternatively, to publish when a GitHub Release is created, use the following rule:
4040
# if: github.event_name == 'release' && github.event.action == 'published'
4141
steps:
42-
- uses: actions/download-artifact@v2
42+
- uses: actions/download-artifact@v4
4343
with:
4444
name: artifact
4545
path: dist

0 commit comments

Comments
 (0)