Skip to content

Commit 558e3e0

Browse files
Bump actions/download-artifact from 5 to 6 in the actions group (#70)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 782b4fb commit 558e3e0

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
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Download packages built by build-and-inspect-python-package
46-
uses: actions/download-artifact@v5
46+
uses: actions/download-artifact@v6
4747
with:
4848
name: Packages
4949
path: dist
@@ -75,7 +75,7 @@ jobs:
7575

7676
steps:
7777
- name: Download packages built by build-and-inspect-python-package
78-
uses: actions/download-artifact@v5
78+
uses: actions/download-artifact@v6
7979
with:
8080
name: Packages
8181
path: dist

0 commit comments

Comments
 (0)