diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index 69d10210f..f02bf2388 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -54,7 +54,7 @@ jobs: # If a release with this name already exists, it will overwrite the existing data - name: Create a nightly GitHub prerelease id: create_prerelease - uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0 + uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0 with: name: nightly artifacts: "${{ env.BUILD_OUTPUT_LIST }}"