Skip to content

Commit 04f6034

Browse files
Bump actions/download-artifact from 3 to 4 (#1314)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact 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 9538fc0 commit 04f6034

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
@@ -243,7 +243,7 @@ jobs:
243243
fail-on-cache-miss: true
244244

245245
- name: Download all coverage artifacts
246-
uses: actions/download-artifact@v3
246+
uses: actions/download-artifact@v4
247247

248248
- name: Combine ${{ matrix.plex }} coverage results
249249
run: |

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
id-token: write
5454
steps:
5555
- name: Download builds
56-
uses: actions/download-artifact@v3
56+
uses: actions/download-artifact@v4
5757

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

0 commit comments

Comments
 (0)