Skip to content

Commit d3ee893

Browse files
committed
ci: bump GitHub Actions to Node.js 24 compatible versions
- actions/checkout v4 → v5 - actions/setup-go v5 → v6 - actions/upload-artifact v4 → v5
1 parent eb2f7bd commit d3ee893

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cli-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535

3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939

4040
- name: Set up Go
41-
uses: actions/setup-go@v5
41+
uses: actions/setup-go@v6
4242
with:
4343
go-version-file: cli/go.mod
4444

@@ -67,7 +67,7 @@ jobs:
6767
cd ../build && sha256sum "${OUTPUT}" > "${OUTPUT}.sha256"
6868
6969
- name: Upload artifact
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v5
7171
with:
7272
name: babylon-${{ matrix.goos }}-${{ matrix.goarch }}
7373
path: build/babylon-*

0 commit comments

Comments
 (0)