Skip to content

Commit 854f79e

Browse files
seto77claude
andcommitted
Bump actions/upload-artifact to v6 for Node.js 24 support
GitHub Actions warns that Node.js 20 will be removed from runners on 2026-09-16, with the forced switch to Node.js 24 starting 2026-06-02. upload-artifact@v6 runs on Node.js 24 by default. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d24a893 commit 854f79e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ jobs:
205205
206206
- name: Upload workflow artifacts
207207
if: steps.version.outputs.needed == 'true'
208-
uses: actions/upload-artifact@v4
208+
# 260425Cl Node.js 20 廃止対応 (v6 で Node.js 24 がデフォルト)
209+
uses: actions/upload-artifact@v6
209210
with:
210211
name: ReciPro-installer-v.${{ steps.version.outputs.version }}
211212
path: ${{ steps.build_installer.outputs.msi_path }}

0 commit comments

Comments
 (0)