Skip to content

Commit

Permalink
CI: Use actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
TingPing committed Nov 8, 2024
1 parent 3b96885 commit f2d0567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
run: timeout --signal=KILL -v ${TESTS_TIMEOUT}m meson test -C ${BUILDDIR} --verbose

- name: Upload test logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure() || cancelled()
with:
name: test logs
Expand Down

0 comments on commit f2d0567

Please sign in to comment.