diff --git a/.github/workflows/windows_release.yml b/.github/workflows/windows_release.yml index 39b8e91a..21a83416 100644 --- a/.github/workflows/windows_release.yml +++ b/.github/workflows/windows_release.yml @@ -91,7 +91,7 @@ jobs: - name: Display structure of uploadable files run: ls -R . - name: Upload release assets - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: