From bc7c8ed25821f9c9c6b585c52f5adfba9fb5a56b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 16:22:00 +0000 Subject: [PATCH] gh-action: bump actions/download-artifact from 3 to 4 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] --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b7ec42..a176a88 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: pip install --upgrade pip setuptools wheel pip install -r requirements.txt - name: Download pages - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: pages path: public/ @@ -75,7 +75,7 @@ jobs: if: github.ref == 'refs/heads/staging' && github.event_name == 'push' steps: - name: Download pages - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: enhanced_pages path: public @@ -103,7 +103,7 @@ jobs: if: github.ref == 'refs/heads/production' && github.event_name == 'push' steps: - name: Download pages - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: enhanced_pages path: public