diff --git a/.github/workflows/container-prune.yml b/.github/workflows/container-prune.yml index b8a3161b..d5443b6e 100644 --- a/.github/workflows/container-prune.yml +++ b/.github/workflows/container-prune.yml @@ -172,7 +172,7 @@ jobs: if: always() steps: - name: Download all artifacts - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 with: pattern: prune-*-log-${{ github.run_id }} merge-multiple: true diff --git a/.github/workflows/e2e-tests-split.yml b/.github/workflows/e2e-tests-split.yml index 04d39de8..ecf9ad2b 100644 --- a/.github/workflows/e2e-tests-split.yml +++ b/.github/workflows/e2e-tests-split.yml @@ -246,7 +246,7 @@ jobs: - name: Download Docker image artifact if: needs.build.outputs.image_source == 'build' - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 with: name: docker-image @@ -447,7 +447,7 @@ jobs: - name: Download Docker image artifact if: needs.build.outputs.image_source == 'build' - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 with: name: docker-image @@ -656,7 +656,7 @@ jobs: - name: Download Docker image artifact if: needs.build.outputs.image_source == 'build' - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 with: name: docker-image @@ -877,7 +877,7 @@ jobs: - name: Download Docker image artifact if: needs.build.outputs.image_source == 'build' - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 with: name: docker-image @@ -1081,7 +1081,7 @@ jobs: - name: Download Docker image artifact if: needs.build.outputs.image_source == 'build' - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 with: name: docker-image @@ -1293,7 +1293,7 @@ jobs: - name: Download Docker image artifact if: needs.build.outputs.image_source == 'build' - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 with: name: docker-image diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index 90d59050..4669d7ae 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -331,7 +331,7 @@ jobs: run: echo "IMAGE_NAME_LC=${IMAGE_NAME,,}" >> "$GITHUB_ENV" - name: Download SBOM - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: sbom-nightly