diff --git a/.github/workflows/release-framework.yml b/.github/workflows/release-framework.yml index afee437..019c936 100644 --- a/.github/workflows/release-framework.yml +++ b/.github/workflows/release-framework.yml @@ -16,7 +16,7 @@ jobs: contents: write # This is required for creating a release (as using 'permissions:' will reset the default rights to 'none') steps: - name: Download artifact - uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19 + uses: dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20 with: # Optional, GitHub token github_token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/release-linux-core.yml b/.github/workflows/release-linux-core.yml index 0969688..1c9b9f5 100644 --- a/.github/workflows/release-linux-core.yml +++ b/.github/workflows/release-linux-core.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download artifact - uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19 + uses: dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20 with: # Optional, GitHub token github_token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/release-windows-core.yml b/.github/workflows/release-windows-core.yml index 1ddbb2a..050492e 100644 --- a/.github/workflows/release-windows-core.yml +++ b/.github/workflows/release-windows-core.yml @@ -16,7 +16,7 @@ jobs: contents: write # This is required for creating a release (as using 'permissions:' will reset the default rights to 'none') steps: - name: Download artifact - uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19 + uses: dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20 with: # Optional, GitHub token github_token: ${{secrets.GITHUB_TOKEN}}