Skip to content

Commit

Permalink
check.yml: bump actions/upload-artifacts to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored and TingPing committed Apr 9, 2023
1 parent cb655ab commit a98854b
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 @@ -92,7 +92,7 @@ jobs:
if: failure() || cancelled()
run: mv _build/meson-logs/* 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 @@ -158,7 +158,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 @@ -258,7 +258,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 a98854b

Please sign in to comment.