diff --git a/.github/workflows/upload-release-artifacts.yml b/.github/workflows/upload-release-artifacts.yml index 7b7399b..fdfe5ad 100644 --- a/.github/workflows/upload-release-artifacts.yml +++ b/.github/workflows/upload-release-artifacts.yml @@ -45,7 +45,7 @@ jobs: ${{ matrix.system.os == 'windows-latest' && '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 }} @@ -54,7 +54,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 }} @@ -63,7 +63,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 @@ -73,7 +73,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