diff --git a/action.yml b/action.yml index 6a78546..3c01964 100644 --- a/action.yml +++ b/action.yml @@ -56,7 +56,7 @@ runs: if: >- github.repository == 'LizardByte/create-release-action' || (github.event_name == 'push' && github.ref == 'refs/heads/master') - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.14.0 with: allowUpdates: ${{ inputs.allowUpdates }} artifactErrorsFailBuild: true