Skip to content

Commit 90e621b

Browse files
authored
Merge pull request #362 from adamspd/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents d4c6e04 + 3c19a18 commit 90e621b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- uses: actions/checkout@v5
9090

9191
- name: Download distribution packages for release
92-
uses: actions/download-artifact@v4
92+
uses: actions/download-artifact@v5
9393
with:
9494
name: python-package-distributions
9595
path: dist/

0 commit comments

Comments
 (0)