diff --git a/.github/workflows/haskell.yaml b/.github/workflows/haskell.yaml index dc93a0dff..60e99740e 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.11.2 + uses: svenstaro/upload-release-action@2.11.3 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: "artifacts/*/*.zip" diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index e48ded50d..95027a1f5 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -90,7 +90,7 @@ jobs: - name: Upload Release if: startsWith(github.ref, 'refs/tags/v') - uses: svenstaro/upload-release-action@2.11.2 + uses: svenstaro/upload-release-action@2.11.3 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: "*.zip"