diff --git a/.github/workflows/deploy-releases.yml b/.github/workflows/deploy-releases.yml index 44fc918fc..33fa19a2a 100644 --- a/.github/workflows/deploy-releases.yml +++ b/.github/workflows/deploy-releases.yml @@ -30,7 +30,7 @@ jobs: path: /tmp/deploy-releases/${{ github.sha }} pattern: ${{ inputs.download-pattern }} - name: Upload releases to GitHub Releases - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df1d18807..e50345034 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -165,7 +165,7 @@ jobs: TERM: xterm steps: - name: Push release to lando/lando - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: repository: lando/lando name: ${{ github.event.release.tag_name }} @@ -191,7 +191,7 @@ jobs: * [Extended release notes](https://lando.dev/blog/2024/01/16/v321-extended.html) - name: Push release to lando/cli - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: repository: lando/legacy-cli name: ${{ github.event.release.tag_name }}