diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4c2e826dc6..debab2e705 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -52,7 +52,7 @@ jobs: release_id: ${{ steps.gh-release.outputs.id }} steps: - name: Fetch build artifacts - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 + uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: name: build-artifacts path: dist @@ -76,7 +76,7 @@ jobs: contents: write # to modify GitHub releases steps: - name: Fetch build artifacts - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 + uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: name: build-artifacts path: dist