Skip to content

Commit

Permalink
update upload-artifact version
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//dev/release.net/coherence-net-v14.1.1.0/": change = 111977]
  • Loading branch information
fryp committed Oct 17, 2024
1 parent 24d05cb commit 101bd5c
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 @@ -97,14 +97,14 @@ jobs:
# Capture logs and test reports for diagnosing failures
- name: Capture test logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: build-output
path: build\**\*.log

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

0 comments on commit 101bd5c

Please sign in to comment.