Skip to content

Commit 26fccc5

Browse files
stangriclaude
andcommitted
CI: bump GitHub Actions to Node 24 runtimes
Node 20 is deprecated on GitHub-hosted runners. Bump the affected actions to their current Node 24 majors (upload-artifact v7, download-artifact v8, setup-node v5). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent f1d2557 commit 26fccc5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/openwrt-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
done
234234
235235
- name: 📦 Upload artifact for ${{ matrix.target }}
236-
uses: actions/upload-artifact@v4
236+
uses: actions/upload-artifact@v7
237237
with:
238238
name: ${{ env.PKG_NAME }}-${{ matrix.target }}-${{ matrix.version }}
239239
path: |
@@ -264,7 +264,7 @@ jobs:
264264
echo "version=$COMBINED_VERSION" >> "$GITHUB_OUTPUT"
265265
266266
- name: ⬇️ Download all build artifacts
267-
uses: actions/download-artifact@v4
267+
uses: actions/download-artifact@v8
268268
with:
269269
path: ./release-assets
270270

0 commit comments

Comments
 (0)