diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fea1d0e4..022d51df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,7 +85,7 @@ jobs: steps: - name: Checkout code 👋 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 + - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 with: name: build-artifacts path: dist @@ -113,7 +113,7 @@ jobs: - artifacts - msi steps: - - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 + - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 with: merge-multiple: true - name: Upload version file