diff --git a/.github/workflows/prerelease-artifacts.yml b/.github/workflows/prerelease-artifacts.yml index 393602b..d1568f6 100644 --- a/.github/workflows/prerelease-artifacts.yml +++ b/.github/workflows/prerelease-artifacts.yml @@ -164,7 +164,7 @@ jobs: repositories: ${{ github.event.repository.name }} - name: Create prerelease and upload assets - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: token: ${{ steps.app-token.outputs.token }} tag_name: ${{ env.RELEASE_TAG }} diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index da9296c..6aa6b43 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -145,7 +145,7 @@ jobs: repositories: ${{ github.event.repository.name }} - name: Create GitHub release and upload assets - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: token: ${{ steps.app-token.outputs.token }} tag_name: ${{ env.RELEASE_TAG }}