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 91b9129 commit e1f1b5aCopy full SHA for e1f1b5a
.github/workflows/test.yml
@@ -34,15 +34,15 @@ jobs:
34
- name: Build All Platforms
35
run: make ci-cli-all-platforms
36
# Upload the built binaries to use in later tests on each platform
37
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
38
with:
39
name: go-binaries-linux
40
path: ./bin/linux/
41
42
43
name: go-binaries-macos
44
path: ./bin/macos/
45
46
47
name: go-binaries-windows
48
path: ./bin/windows/
0 commit comments