Skip to content

Commit fc3e4c4

Browse files
committed
bump github upload action version
[git-p4: depot-paths = "//dev/main.cpp/": change = 111467]
1 parent d60f718 commit fc3e4c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ jobs:
8484
8585
# Capture logs and test reports for diagnosing failures
8686
- name: Capture test logs
87-
uses: actions/upload-artifact@v2
87+
uses: actions/upload-artifact@v3
8888
if: failure()
8989
with:
9090
name: build-output
9191
path: build\**\*.log
9292

9393
- name: Capture test reports
94-
uses: actions/upload-artifact@v2
94+
uses: actions/upload-artifact@v3
9595
if: failure()
9696
with:
9797
name: test-reports

0 commit comments

Comments
 (0)