diff --git a/.github/workflows/build-public-images-ghcr.yml b/.github/workflows/build-public-images-ghcr.yml index deb2347d47cd..d98ea420b226 100644 --- a/.github/workflows/build-public-images-ghcr.yml +++ b/.github/workflows/build-public-images-ghcr.yml @@ -91,7 +91,7 @@ jobs: steps: - name: Download digests - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: ${{ runner.temp }}/digests pattern: digests-* diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 8f41c3cbcb8d..4852d5215e01 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -241,7 +241,7 @@ jobs: run: npm --prefix ./e2e ci - name: Download blob reports from GitHub Actions Artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: all-e2e-blob-reports pattern: e2e-blob-report-* diff --git a/.github/workflows/tracker.yml b/.github/workflows/tracker.yml index 53cfc5b2129c..7d0c3ab1ada2 100644 --- a/.github/workflows/tracker.yml +++ b/.github/workflows/tracker.yml @@ -70,7 +70,7 @@ jobs: run: npm --prefix ./tracker ci - name: Download blob reports from GitHub Actions Artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: all-blob-reports pattern: blob-report-*