From a32bafdb7a4aee59e53f9c6ee299a628046e028c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 05:11:10 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v3 --- .github/workflows/ci-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index b43a5fa..1dc1343 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -31,6 +31,6 @@ jobs: run: ls -lh && cat metadata.txt - name: Release if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 with: files: questions_${{ env.TAG }}.epub