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