From 19eda4171a8cd26648f16e5c564b0d3fbbc740bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:15:22 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-ci.yml | 2 +- .github/workflows/push-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index 8c24b975dd..10649e302a 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -122,7 +122,7 @@ jobs: permissions: packages: write steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: cryostat-${{ matrix.arch }} - name: Load cryostat image diff --git a/.github/workflows/push-ci.yml b/.github/workflows/push-ci.yml index 9d3588455c..21769c5482 100644 --- a/.github/workflows/push-ci.yml +++ b/.github/workflows/push-ci.yml @@ -45,7 +45,7 @@ jobs: permissions: packages: write steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: cryostat-amd64 - name: Load cryostat-amd64 image @@ -54,7 +54,7 @@ jobs: run: | podman load -i cryostat-amd64.tar podman tag $CRYOSTAT_IMG:$IMAGE_VERSION-linux-amd64 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: cryostat-arm64 - name: Load cryostat-arm64 image