Skip to content

Commit 9bd8c7f

Browse files
authored
Merge pull request #69 from mxstack/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents f2597dc + 4098e91 commit 9bd8c7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
steps:
5555
- name: Download packages built by build-and-inspect-python-package
56-
uses: actions/download-artifact@v7
56+
uses: actions/download-artifact@v8
5757
with:
5858
name: Packages
5959
path: dist
@@ -76,7 +76,7 @@
7676

7777
steps:
7878
- name: Download packages built by build-and-inspect-python-package
79-
uses: actions/download-artifact@v7
79+
uses: actions/download-artifact@v8
8080
with:
8181
name: Packages
8282
path: dist

0 commit comments

Comments
 (0)