Skip to content

Commit d3ff2d7

Browse files
andrewhsuclaude
andcommitted
ci: upgrade actions/upload-artifact to v7
Updates 1 occurrence across 1 workflow file from v4 to v7. v7 runs on Node 24; v4 runs on Node 20 which is being deprecated on GitHub Actions runners. See https://github.com/actions/upload-artifact/releases/tag/v7.0.0 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 9620398 commit d3ff2d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/transform-sdk-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
GOTOOLCHAIN: auto
4747
run: go test -c -o ./wasm-integration-test
4848
- name: Upload integration test binary
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@v7
5050
with:
5151
name: wasm-integration-test
5252
path: src/transform-sdk/tests/wasm-integration-test

0 commit comments

Comments
 (0)