Skip to content

Commit d2ec473

Browse files
Update actions/upload-artifact to v4
1 parent 5993130 commit d2ec473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
# Generate Xcode project
3636
bazelisk run -- //:xcodeproj
37-
- uses: actions/upload-artifact@v3
37+
- uses: actions/upload-artifact@v4
3838
if: failure()
3939
with:
4040
name: bazel-testlogs

0 commit comments

Comments
 (0)