Skip to content

Commit

Permalink
check.yml: bump actions/upload-artifacts to v3
Browse files Browse the repository at this point in the history
(cherry picked from commit a98854b)
  • Loading branch information
kbdharun authored and smcv committed Nov 14, 2023
1 parent 9c1938f commit ebd15e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
if: failure() || cancelled()
run: mv _build/tests/*.log test-logs/ || true
- name: Upload test logs
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
if: failure() || cancelled()
with:
name: test logs
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
if: failure() || cancelled()
run: mv _build/tests/*.log test-logs/ || true
- name: Upload test logs
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
if: failure() || cancelled()
with:
name: test logs
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
if: failure() || cancelled()
run: mv _build/tests/*.log test-logs/ || true
- name: Upload test logs
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
if: failure() || cancelled()
with:
name: test logs
Expand Down

0 comments on commit ebd15e9

Please sign in to comment.