diff --git a/.github/workflows/upload-release-artifacts.yml b/.github/workflows/upload-release-artifacts.yml index e516b46..9721145 100644 --- a/.github/workflows/upload-release-artifacts.yml +++ b/.github/workflows/upload-release-artifacts.yml @@ -47,7 +47,7 @@ jobs: ${{ startsWith(matrix.system.os, 'windows-') && 'Remove-Item venv -Recurse -Force' || 'rm -rf venv' }} - name: Upload to Release - uses: svenstaro/upload-release-action@v2 + uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 #v2.11.2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: dist/${{ matrix.system.output_file }} @@ -56,7 +56,7 @@ jobs: overwrite: true if: matrix.system.primary_artifact!='' && startsWith(github.ref, 'refs/tags/v') - name: Upload to Release for all architectures - uses: svenstaro/upload-release-action@v2 + uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 #v2.11.2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: dist/${{ matrix.system.output_file }} @@ -65,7 +65,7 @@ jobs: overwrite: true if: matrix.system.secondary_artifact!='' && startsWith(github.ref, 'refs/tags/v') - name: Update continuous build - uses: svenstaro/upload-release-action@v2 + uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 #v2.11.2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} overwrite: true @@ -75,7 +75,7 @@ jobs: asset_name: ${{ matrix.system.primary_artifact }} if: matrix.system.primary_artifact!='' && startsWith(github.ref, 'refs/tags/v') - name: Update continuous build for all architectures - uses: svenstaro/upload-release-action@v2 + uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 #v2.11.2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} overwrite: true