We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd86999 + c240975 commit 4c98a67Copy full SHA for 4c98a67
.github/workflows/ci.yaml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
- uses: actions/checkout@v3
27
- run: bazelisk build //Sources/SignHereTool:sign-here -c opt --macos_cpus=x86_64,arm64
28
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
29
with:
30
name: sign-here
31
path: bazel-bin/Sources/SignHereTool/sign-here
@@ -36,8 +36,8 @@ jobs:
36
37
38
- run: bazelisk build //Sources/SignHereTool:sign-here -c opt --macos_cpus=x86_64,arm64 --enable_bzlmod
39
40
41
- name: sign-here
+ name: sign-here_bzlmod
42
43
if-no-files-found: error
0 commit comments