Skip to content

Commit b8c4866

Browse files
Bump actions/download-artifact from 7 to 8 (#1588)
Bumps [actions/download-artifact](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ceb085d commit b8c4866

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
fail-on-cache-miss: true
254254

255255
- name: Download all coverage artifacts
256-
uses: actions/download-artifact@v7
256+
uses: actions/download-artifact@v8
257257
with:
258258
name: coverage-${{ matrix.plex }}-${{ steps.python.outputs.python-version }}
259259
path: coverage-${{ matrix.plex }}-${{ steps.python.outputs.python-version }}

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
id-token: write
5353
steps:
5454
- name: Download builds
55-
uses: actions/download-artifact@v7
55+
uses: actions/download-artifact@v8
5656
with:
5757
name: dist
5858
path: dist

0 commit comments

Comments
 (0)