Skip to content

Commit 6d597f7

Browse files
authored
Merge pull request #21 from RegioHelden/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 59aadf5 + c981b90 commit 6d597f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
persist-credentials: false
5454

5555
- name: Download the distribution packages
56-
uses: actions/download-artifact@v6
56+
uses: actions/download-artifact@v7
5757
with:
5858
name: python-package-distributions
5959
path: dist/

0 commit comments

Comments
 (0)