Skip to content

Commit d0a95a6

Browse files
chore(deps): update actions/download-artifact action to v7 (#56)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 76261fe commit d0a95a6

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
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
# Download artifacts from the build job
2727
- name: Download Artifacts
28-
uses: actions/download-artifact@v5
28+
uses: actions/download-artifact@v7
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@v5
26+
uses: actions/download-artifact@v7
2727
with:
2828
name: dist
2929
path: dist

0 commit comments

Comments
 (0)