From 0ff480841f266cdfb805ac49ef3eae84452d4b42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 11:10:53 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v3 --- .github/workflows/CICD.yml | 4 ++-- .github/workflows/make.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 4385ae152dc..b5d82805d19 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -672,7 +672,7 @@ jobs: rm share/zsh/site-functions/_[ # not supported tar --zstd -cf docs.tar.zst share - name: Publish - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: steps.vars.outputs.DEPLOY && matrix.job.skip-publish != true && matrix.job.check-only != true with: draft: true @@ -682,7 +682,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish latest commit - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.job.skip-publish != true && matrix.job.check-only != true with: tag_name: latest-commit diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 0f3bc61e08f..eeddf068684 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -167,7 +167,7 @@ jobs: strip -s /tmp/individual/usr/local/bin/* ZSTD_CLEVEL=19 tar --zstd -caf individual-x86_64-unknown-linux-gnu.tar.zst -C /tmp/individual/usr/local bin - name: Publish - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: github.event_name == 'push' && github.ref == 'refs/heads/main' with: tag_name: latest-commit