From cd82e4fcb346af127185554a311e49e11dec7774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:52:14 +0000 Subject: [PATCH] ci: 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/ci-reproducibility.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-reproducibility.yml b/.github/workflows/ci-reproducibility.yml index 342f966c1d7..3b2e886ccb2 100644 --- a/.github/workflows/ci-reproducibility.yml +++ b/.github/workflows/ci-reproducibility.yml @@ -105,12 +105,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Download checksums for build 1 - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: oasis-node-SHA256SUMs-build1 path: oasis-node-SHA256SUMs-build1 - name: Download checksum for build 2 - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: oasis-node-SHA256SUMs-build2 path: oasis-node-SHA256SUMs-build2