diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 37eac3a96b102..fbe79f8f77639 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -80,7 +80,7 @@ jobs: docker cp "$id:/out/linkerd-linux-amd64" /home/runner/archives/linkerd v=$(/home/runner/archives/linkerd version --short --client) [[ "$v" == '${{ needs.meta.outputs.tag }}' ]] || exit 1 - - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 + - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b with: name: image-archives-cli path: /home/runner/archives @@ -117,7 +117,7 @@ jobs: run: | mkdir -p /home/runner/archives docker save '${{ steps.build.outputs.image }}' >'/home/runner/archives/${{ matrix.component }}.tar' - - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 + - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b with: name: image-archives-${{ matrix.component }} path: /home/runner/archives @@ -239,7 +239,7 @@ jobs: run: | mkdir -p /home/runner/archives docker save '${{ steps.build.outputs.image }}' >'/home/runner/archives/${{ matrix.component }}.tar' - - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 + - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b with: name: image-archives-${{ matrix.component }} path: /home/runner/archives diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d97a3b62265c..d194e7dc12915 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: # https://github.com/actions/upload-artifact/issues/8 - name: Upload artifact if: matrix.component == 'cli-bin' - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b with: name: image-archives-cli path: /home/runner/archives @@ -169,7 +169,7 @@ jobs: args: pack bin/win/linkerd.nuspec - name: Chocolatey - upload package if: startsWith(github.ref, 'refs/tags/stable') - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b with: name: choco path: ./linkerd.*.nupkg