diff --git a/.github/workflows/flatter.yml b/.github/workflows/flatter.yml index 65d50df..ad9f2dd 100644 --- a/.github/workflows/flatter.yml +++ b/.github/workflows/flatter.yml @@ -162,7 +162,7 @@ jobs: - name: Upload bundles to GitHub Release if: github.event_name == 'release' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: release-bundles/*.flatpak tag_name: ${{ github.event.release.tag_name }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ba56af..8d09feb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -160,7 +160,7 @@ jobs: merge-multiple: true - name: Upload artifacts to Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ needs.prepare.outputs.tag }}