Skip to content

Commit c295f38

Browse files
authored
Merge pull request #6 from wanadev/dependabot/github_actions/actions/download-artifact-4
Bump actions/download-artifact from 3 to 4
2 parents 6012cbd + 0240ef5 commit c295f38

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
@@ -81,7 +81,7 @@ jobs:
8181
steps:
8282

8383
- name: "Download artifacts"
84-
uses: actions/download-artifact@v3
84+
uses: actions/download-artifact@v4
8585

8686
- name: "Move packages to the dist/ folder"
8787
run: |

0 commit comments

Comments
 (0)