Skip to content

Commit 1902ed0

Browse files
authored
Merge pull request #48 from mxstack/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 6ab6a30 + 5f4f515 commit 1902ed0

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@v4
59+
uses: actions/download-artifact@v5
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@v4
82+
uses: actions/download-artifact@v5
8383
with:
8484
name: Packages
8585
path: dist

0 commit comments

Comments
 (0)