From 3ccf0af32273b9c19091940058ccbf3a5f8fb6ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 11:28:29 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/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] --- .github/workflows/ci.yaml | 2 +- .github/workflows/pypi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1968d7add..05cafab3f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -253,7 +253,7 @@ jobs: fail-on-cache-miss: true - name: Download all coverage artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 - name: Combine ${{ matrix.plex }} coverage results run: | diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index ed4cf1072..8d664213a 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -52,7 +52,7 @@ jobs: id-token: write steps: - name: Download builds - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1