Skip to content

Commit 957314d

Browse files
authored
Merge pull request #59 from mxstack/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents ed517f0 + 27b32bc commit 957314d

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
@@ -56,7 +56,7 @@
5656

5757
steps:
5858
- name: Download packages built by build-and-inspect-python-package
59-
uses: actions/download-artifact@v5
59+
uses: actions/download-artifact@v6
6060
with:
6161
name: Packages
6262
path: dist
@@ -79,7 +79,7 @@
7979

8080
steps:
8181
- name: Download packages built by build-and-inspect-python-package
82-
uses: actions/download-artifact@v5
82+
uses: actions/download-artifact@v6
8383
with:
8484
name: Packages
8585
path: dist

0 commit comments

Comments
 (0)