diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d34a5a325..99a779234 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -159,7 +159,7 @@ jobs: shell: powershell run: mv etherpad-win.zip etherpad-lite-win.zip - name: upload binaries to release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: ${{startsWith(github.ref, 'refs/tags/v') }} with: files: etherpad-lite-win.zip