Skip to content

Commit efed97c

Browse files
bluecmdclaude
andauthored
action: bump setup-go v5->v6 and upload-artifact v4->v7 (Node 24) (#26)
Silences the Node.js 20 deprecation notices: the pinned setup-go@v5 and upload-artifact@v4 still ship the Node 20 runtime. The current majors run on Node 24. Inputs used (go-version-file, cache-dependency-path, name, path, if-no-files-found) are unchanged across these versions. Claude-Session: https://claude.ai/code/session_01PUCfxbDh7AQkAMAxA3weXV Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent eea6e23 commit efed97c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ runs:
8787
using: composite
8888
steps:
8989
- name: Set up Go
90-
uses: actions/setup-go@v5
90+
uses: actions/setup-go@v6
9191
with:
9292
go-version-file: ${{ github.action_path }}/go.mod
9393
cache-dependency-path: ${{ github.action_path }}/go.sum
@@ -165,7 +165,7 @@ runs:
165165
166166
- name: Upload boot log artifact
167167
if: always()
168-
uses: actions/upload-artifact@v4
168+
uses: actions/upload-artifact@v7
169169
with:
170170
name: vedge1000-boot-log
171171
path: ${{ inputs.boot-log }}

0 commit comments

Comments
 (0)