diff --git a/.github/workflows/cli-build.yml b/.github/workflows/cli-build.yml index 451f82d4605da..6e01d2ec27f3e 100644 --- a/.github/workflows/cli-build.yml +++ b/.github/workflows/cli-build.yml @@ -32,7 +32,7 @@ jobs: push: false load: false outputs: type=local,dest=. - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a id: upload with: name: cli-bin-${{ inputs.version }}-${{ inputs.target }} diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 313ffb5097317..9529e259075e0 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -106,7 +106,7 @@ jobs: run: | mkdir -p /home/runner/archives docker save '${{ steps.build.outputs.image }}' >'/home/runner/archives/${{ matrix.component }}.tar' - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a with: name: image-archives-${{ matrix.component }} path: /home/runner/archives @@ -253,7 +253,7 @@ jobs: run: | mkdir -p /home/runner/archives docker save '${{ steps.build.outputs.image }}' >'/home/runner/archives/${{ matrix.component }}.tar' - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a with: name: image-archives-${{ matrix.component }} path: /home/runner/archives