Skip to content

Commit 5a0686d

Browse files
Update actions/download-artifact action to v7
1 parent 2ddb590 commit 5a0686d

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 @@ jobs:
5353

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

7878
steps:
7979
- name: Download packages built by build-and-inspect-python-package
80-
uses: actions/download-artifact@v6
80+
uses: actions/download-artifact@v7
8181
with:
8282
name: Packages
8383
path: dist

0 commit comments

Comments
 (0)