Skip to content

Commit b85f493

Browse files
chore(deps): update actions/download-artifact action to v8
1 parent b8a9f4b commit b85f493

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_pypi_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
# Download artifacts from the build job
2828
- name: Download Artifacts
29-
uses: actions/download-artifact@v7
29+
uses: actions/download-artifact@v8
3030
with:
3131
name: dist
3232
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)