diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index aba03a2..f54ee84 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -77,7 +77,7 @@ jobs: dist/dread_editor_${{ matrix.name }}.7z - name: Upload binaries to release - uses: svenstaro/upload-release-action@2.5.0 + uses: svenstaro/upload-release-action@2.6.1 if: ${{ startsWith(github.ref, 'refs/tags/v') }} with: repo_token: ${{ secrets.GITHUB_TOKEN }}