diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 92e3061d8f1..bd43e509a14 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -141,7 +141,7 @@ jobs: - name: Add repository directory to the git global config as a safe directory run: git config --global --add safe.directory /__w/parca/parca - - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: parca-dist-container path: dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48bb53aee33..de1bd6496dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -157,7 +157,7 @@ jobs: - name: Add repository directory to the git global config as a safe directory run: git config --global --add safe.directory /__w/parca/parca - - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: parca-dist-release path: dist @@ -195,7 +195,7 @@ jobs: needs: release timeout-minutes: 30 steps: - - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: parca-dist-release path: dist diff --git a/.github/workflows/snap.yml b/.github/workflows/snap.yml index 6f0c4048d38..12e5a7fb9f1 100644 --- a/.github/workflows/snap.yml +++ b/.github/workflows/snap.yml @@ -143,7 +143,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 45 steps: - - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: parca-dist-release path: dist @@ -203,7 +203,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 steps: - - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: parca-dist-release path: dist