Skip to content

Commit 5c5e82b

Browse files
Bump actions/download-artifact from 7 to 8 (#175)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c7d3a84 commit 5c5e82b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Download packages built by build-and-inspect-python-package
45-
uses: actions/download-artifact@v7
45+
uses: actions/download-artifact@v8
4646
with:
4747
name: Packages
4848
path: dist
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Download packages built by build-and-inspect-python-package
70-
uses: actions/download-artifact@v7
70+
uses: actions/download-artifact@v8
7171
with:
7272
name: Packages
7373
path: dist

0 commit comments

Comments
 (0)