Skip to content

Commit 8f43ed4

Browse files
ci: bump actions/download-artifact (#460)
Bumps the actions group with 1 update in the / directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd69244 commit 8f43ed4

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,13 +234,13 @@ jobs:
234234
run: uv python install ${{ matrix.python-version }}
235235

236236
- name: Download standard wheel artifacts
237-
uses: actions/download-artifact@v7
237+
uses: actions/download-artifact@v8
238238
with:
239239
name: wheels-standard
240240
path: dist-standard/
241241

242242
- name: Download mypyc wheel artifacts
243-
uses: actions/download-artifact@v7
243+
uses: actions/download-artifact@v8
244244
with:
245245
pattern: wheels-mypyc-*
246246
merge-multiple: true
@@ -286,7 +286,7 @@ jobs:
286286
cache-dependency-glob: uv.lock
287287

288288
- name: Download all artifacts
289-
uses: actions/download-artifact@v7
289+
uses: actions/download-artifact@v8
290290
with:
291291
pattern: "*"
292292
merge-multiple: true

.github/workflows/test-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,13 +292,13 @@ jobs:
292292
run: uv python install ${{ matrix.python-version }}
293293

294294
- name: Download standard wheel artifacts
295-
uses: actions/download-artifact@v7
295+
uses: actions/download-artifact@v8
296296
with:
297297
name: wheels-standard
298298
path: dist-standard/
299299

300300
- name: Download mypyc wheel artifacts
301-
uses: actions/download-artifact@v7
301+
uses: actions/download-artifact@v8
302302
with:
303303
pattern: wheels-mypyc-*
304304
merge-multiple: true
@@ -334,7 +334,7 @@ jobs:
334334
cache-dependency-glob: uv.lock
335335

336336
- name: Download all artifacts
337-
uses: actions/download-artifact@v7
337+
uses: actions/download-artifact@v8
338338
with:
339339
pattern: "*"
340340
merge-multiple: true

0 commit comments

Comments
 (0)