From 40071a39112932d7e1b9d5023297c86017cba682 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 16 Sep 2026 11:14:13 +0000 Subject: [PATCH] chore(ci): bump publish-job actions to Node 24 runtimes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clear the remaining Node.js 20 deprecation warning on "Publish combined release" by pinning download-artifact@v7 and action-gh-release@v3. Co-authored-by: MichaƂ Komor --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4b3582..7aefe1e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -193,7 +193,7 @@ jobs: fi - name: Download release artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: artifacts @@ -206,7 +206,7 @@ jobs: ls -la release-files/ - name: Create GitHub release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ env.RELEASE_TAG }} name: ${{ env.RELEASE_NAME }}