Skip to content

Commit d0fe630

Browse files
authored
Merge pull request #123 from bsweger/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents b74e924 + 92396cd commit d0fe630

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-pypi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Download distribution artifacts 📥
63-
uses: actions/download-artifact@v7
63+
uses: actions/download-artifact@v8
6464
with:
6565
name: package-distribution
6666
path: dist/
@@ -81,7 +81,7 @@ jobs:
8181

8282
steps:
8383
- name: Download distribution artifacts 📥
84-
uses: actions/download-artifact@v7
84+
uses: actions/download-artifact@v8
8585
with:
8686
name: package-distribution
8787
path: dist/
@@ -122,7 +122,7 @@ jobs:
122122

123123
steps:
124124
- name: Download distribution artifacts 📥
125-
uses: actions/download-artifact@v7
125+
uses: actions/download-artifact@v8
126126
with:
127127
name: package-distribution
128128
path: dist/

0 commit comments

Comments
 (0)