diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22f1fc3..68551b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: name: aws-lambda-rie path: bin/* - name: Release binaries - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: startsWith(github.ref, 'refs/tags/') with: files: bin/* diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee744a8..7410ccd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: make tests-with-docker make integ-tests - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: Release ${{ github.event.inputs.releaseVersion }} tag_name: v${{ github.event.inputs.releaseVersion }}