Skip to content

Commit bc08f75

Browse files
authored
Merge pull request #52 from wanadev/dependabot/github_actions/actions/download-artifact-8
build(deps): bump actions/download-artifact from 7 to 8
2 parents 11a46f7 + e3089c9 commit bc08f75

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
@@ -109,7 +109,7 @@ jobs:
109109
steps:
110110

111111
- name: "Download artifacts"
112-
uses: actions/download-artifact@v7
112+
uses: actions/download-artifact@v8
113113

114114
- name: "Move packages to the dist/ folder"
115115
run: |

0 commit comments

Comments
 (0)