From 8fe70c2faf49db6dcdefee961feefc1e6fea353f Mon Sep 17 00:00:00 2001 From: jadamcrain Date: Wed, 17 Jun 2026 11:21:39 -0700 Subject: [PATCH] ci: bump softprops/action-gh-release v2 -> v3 (Node 24 runtime) v2 runs on the deprecated Node 20 runtime; v3.0.0 moves to Node 24 with no input/API changes. Resolves the Node 20 deprecation warning in the release job. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ccf408f..07d571e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -501,7 +501,7 @@ jobs: cd artifacts/c-bindings zip -r ../../release/rodbus-${{github.ref_name}}.zip . - name: Create GitHub release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: draft: true files: |