Skip to content

Commit 4c98a67

Browse files
Merge pull request #26 from Tinder/maxwelle/bump-gh-action-tools
Bump upload artifacts to v4
2 parents dd86999 + c240975 commit 4c98a67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- run: bazelisk build //Sources/SignHereTool:sign-here -c opt --macos_cpus=x86_64,arm64
28-
- uses: actions/upload-artifact@v3
28+
- uses: actions/upload-artifact@v4
2929
with:
3030
name: sign-here
3131
path: bazel-bin/Sources/SignHereTool/sign-here
@@ -36,8 +36,8 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v3
3838
- run: bazelisk build //Sources/SignHereTool:sign-here -c opt --macos_cpus=x86_64,arm64 --enable_bzlmod
39-
- uses: actions/upload-artifact@v3
39+
- uses: actions/upload-artifact@v4
4040
with:
41-
name: sign-here
41+
name: sign-here_bzlmod
4242
path: bazel-bin/Sources/SignHereTool/sign-here
4343
if-no-files-found: error

0 commit comments

Comments
 (0)