Skip to content

Commit

Permalink
bump github upload action version
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//dev/main.cpp/": change = 111467]
  • Loading branch information
chpatel3 committed Sep 19, 2024
1 parent d60f718 commit fc3e4c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ jobs:
# Capture logs and test reports for diagnosing failures
- name: Capture test logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: failure()
with:
name: build-output
path: build\**\*.log

- name: Capture test reports
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: failure()
with:
name: test-reports
Expand Down

0 comments on commit fc3e4c4

Please sign in to comment.