Skip to content

Commit d5aef98

Browse files
Bump actions/download-artifact from 5 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 705be71 commit d5aef98

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@v5
256+
uses: actions/download-artifact@v7
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@v5
55+
uses: actions/download-artifact@v7
5656
with:
5757
name: dist
5858
path: dist

0 commit comments

Comments
 (0)