Skip to content

Commit 918c4e8

Browse files
authored
Merge pull request #38 from wanadev/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents df2a381 + 088dbe5 commit 918c4e8

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
@@ -106,7 +106,7 @@ jobs:
106106
steps:
107107

108108
- name: "Download artifacts"
109-
uses: actions/download-artifact@v5
109+
uses: actions/download-artifact@v6
110110

111111
- name: "Move packages to the dist/ folder"
112112
run: |

0 commit comments

Comments
 (0)