Skip to content

Commit c1c7c08

Browse files
authored
Merge pull request #45 from wanadev/dependabot/github_actions/actions/download-artifact-6
build(deps): bump actions/download-artifact from 5 to 6
2 parents cd50c3c + c160fa6 commit c1c7c08

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
@@ -107,7 +107,7 @@ jobs:
107107
steps:
108108

109109
- name: "Download artifacts"
110-
uses: actions/download-artifact@v5
110+
uses: actions/download-artifact@v6
111111

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

0 commit comments

Comments
 (0)