diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 899f2d5..1a1ab96 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -74,7 +74,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Download image archives - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e with: name: build-archives path: build-archives diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a106e0f..34c58d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Download image archives - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e with: name: build-archives path: build-archives @@ -131,7 +131,7 @@ jobs: echo "TAG=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> $GITHUB_ENV bin/extract-release-notes NOTES.md - name: Download CLI archives - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e with: name: build-archives path: build-archives @@ -168,7 +168,7 @@ jobs: ref: gh-pages fetch-depth: 0 - name: Download CLI archives - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e with: name: build-archives path: build-archives