We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2f7bd commit d3ee893Copy full SHA for d3ee893
1 file changed
.github/workflows/cli-release.yaml
@@ -35,10 +35,10 @@ jobs:
35
36
steps:
37
- name: Checkout
38
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
39
40
- name: Set up Go
41
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
42
with:
43
go-version-file: cli/go.mod
44
@@ -67,7 +67,7 @@ jobs:
67
cd ../build && sha256sum "${OUTPUT}" > "${OUTPUT}.sha256"
68
69
- name: Upload artifact
70
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
71
72
name: babylon-${{ matrix.goos }}-${{ matrix.goarch }}
73
path: build/babylon-*
0 commit comments