From 680e5ae42b23729038add2fc81601a526d3a85c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 10:12:05 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 in /.github/workflows 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/continuous-deployment.yaml | 2 +- .github/workflows/docs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-deployment.yaml b/.github/workflows/continuous-deployment.yaml index 00715fa..82b7eb1 100644 --- a/.github/workflows/continuous-deployment.yaml +++ b/.github/workflows/continuous-deployment.yaml @@ -107,7 +107,7 @@ jobs: steps: - id: fetch name: Fetch artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: release-candidate path: ./dist diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 1d2a2dd..e5d218a 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -44,7 +44,7 @@ jobs: needs: build steps: - name: Download release candidate - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: release-candidate path: ./docs/