Skip to content

Commit 267123d

Browse files
chore(github-actions): update actions/download-artifact action to v8 (#64)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a7d683d commit 267123d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_pypi_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
# Download artifacts from the build job
2727
- name: Download Artifacts
28-
uses: actions/download-artifact@v7
28+
uses: actions/download-artifact@v8
2929
with:
3030
name: dist
3131
path: dist

.github/workflows/publish_pypi_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
# Download artifacts from the build job
2525
- name: Download Artifacts
26-
uses: actions/download-artifact@v7
26+
uses: actions/download-artifact@v8
2727
with:
2828
name: dist
2929
path: dist

0 commit comments

Comments
 (0)