diff --git a/.github/workflows/native.yml b/.github/workflows/native.yml index e7657ebff..983345288 100644 --- a/.github/workflows/native.yml +++ b/.github/workflows/native.yml @@ -76,7 +76,7 @@ jobs: path: web-ui/target/quarkus-app/${{env.zip-name}} - name: Upload release artifact - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: generate_release_notes: true @@ -210,7 +210,7 @@ jobs: if: always() - name: Upload release artifact - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: files: web-ui/target/${{env.zip-name}}