Skip to content

Commit 142f78f

Browse files
chore(deps): update actions/download-artifact action to v6
1 parent 20cad9f commit 142f78f

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

0 commit comments

Comments
 (0)