diff --git a/.github/workflows/version_bump_and_new_release.yml b/.github/workflows/version_bump_and_new_release.yml index 4d41447..a4730a1 100644 --- a/.github/workflows/version_bump_and_new_release.yml +++ b/.github/workflows/version_bump_and_new_release.yml @@ -146,7 +146,7 @@ jobs: force: true - name: Create new release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: (steps.verify-changed-files-vendor.outputs.files_changed == 'true' && steps.verify-changed-files-release.outputs.files_changed == 'true') || inputs.force == true with: files: "loki-boshrelease.tgz"