Skip to content

Commit d75a71e

Browse files
authored
Merge pull request #42 from labelle-org/dependabot/github_actions/actions/download-artifact-4
Bump actions/download-artifact from 2 to 4
2 parents 927e4d9 + 087e664 commit d75a71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
permissions:
3737
id-token: write
3838
steps:
39-
- uses: actions/download-artifact@v2
39+
- uses: actions/download-artifact@v4
4040
with:
4141
name: dist-files
4242
path: dist

0 commit comments

Comments
 (0)