Skip to content

Commit

Permalink
update upload-artifact to v4 and restore reactive dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Gilbert Kwan <[email protected]>
  • Loading branch information
gkwan-ibm committed Sep 4, 2024
1 parent 56a0454 commit 0735cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ jobs:
sudo chmod -R a+xr frontendUI/target
- name: Archive backend logs if failed
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: BackendServices-logs
path: finish/backendServices/target/liberty/wlp/usr/servers/defaultServer/logs/
- name: Archive frontend logs if failed
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: frontendUI-logs
path: finish/frontendUI/target/liberty/wlp/usr/servers/defaultServer/logs/

0 comments on commit 0735cec

Please sign in to comment.