Skip to content

Commit e6f3447

Browse files
authored
Merge pull request #1 from wanadev/dependabot/github_actions/actions/download-artifact-5
build(deps): Bump actions/download-artifact from 4 to 5
2 parents da07f8e + 259f1dd commit e6f3447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353

5454
- name: "Download artifacts"
55-
uses: actions/download-artifact@v4
55+
uses: actions/download-artifact@v5
5656

5757
- name: "Move packages to the dist/ folder"
5858
run: |

0 commit comments

Comments
 (0)