From 04f6034fa414b3d84da823ab974681341119f468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 13:45:07 -0800 Subject: [PATCH] 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](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 c7479fb56..d4f7576ef 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -243,7 +243,7 @@ jobs: fail-on-cache-miss: true - name: Download all coverage artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Combine ${{ matrix.plex }} coverage results run: | diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 52b2fc461..a366a8876 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -53,7 +53,7 @@ jobs: id-token: write steps: - name: Download builds - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1