Skip to content

Commit 52e5326

Browse files
Bump actions/download-artifact from 4 to 5 (#1539)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5bc7c4b commit 52e5326

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@v4
256+
uses: actions/download-artifact@v5
257257

258258
- name: Combine ${{ matrix.plex }} coverage results
259259
run: |

.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@v4
55+
uses: actions/download-artifact@v5
5656

5757
- name: Publish to PyPI
5858
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)