diff --git a/.github/workflows/haskell.yaml b/.github/workflows/haskell.yaml index cde4e1d08..83591c774 100644 --- a/.github/workflows/haskell.yaml +++ b/.github/workflows/haskell.yaml @@ -75,7 +75,7 @@ jobs: path: artifacts - name: Upload Release - uses: svenstaro/upload-release-action@2.9.0 + uses: svenstaro/upload-release-action@2.11.1 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: "artifacts/*/*.zip" diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 5436b42ea..71ff69c5b 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -94,7 +94,7 @@ jobs: - name: Upload Release if: startsWith(github.ref, 'refs/tags/v') - uses: svenstaro/upload-release-action@2.9.0 + uses: svenstaro/upload-release-action@2.11.1 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: "*.zip"