Skip to content

Commit 8662b9c

Browse files
Build: Bump actions/download-artifact from 7 to 8 (#3109)
1 parent 7425bc4 commit 8662b9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly-pypi-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
steps:
7676
- name: Download all the artifacts
77-
uses: actions/download-artifact@v7
77+
uses: actions/download-artifact@v8
7878
with:
7979
merge-multiple: true
8080
path: dist/

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
- name: Install dependencies
198198
run: uv sync --group dev
199199
- name: Download all coverage artifacts
200-
uses: actions/download-artifact@v7
200+
uses: actions/download-artifact@v8
201201
with:
202202
pattern: coverage-*
203203
merge-multiple: true

0 commit comments

Comments
 (0)