Skip to content

Commit deaf1ba

Browse files
Update actions/download-artifact action to v8 (#497)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 728a58f commit deaf1ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id-token: write
4040
steps:
4141
- name: ⤵️ Download distribution artifact
42-
uses: actions/download-artifact@v7
42+
uses: actions/download-artifact@v8
4343
with:
4444
name: pypi-dist
4545
path: dist

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id-token: write
2121
steps:
2222
- name: ⤵️ Download distribution artifact
23-
uses: actions/download-artifact@v7
23+
uses: actions/download-artifact@v8
2424
with:
2525
name: pypi-dist
2626
path: dist

0 commit comments

Comments
 (0)