Skip to content

Commit f2d0567

Browse files
committed
CI: Use actions/upload-artifact@v4
1 parent 3b96885 commit f2d0567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
run: timeout --signal=KILL -v ${TESTS_TIMEOUT}m meson test -C ${BUILDDIR} --verbose
149149

150150
- name: Upload test logs
151-
uses: actions/upload-artifact@v2
151+
uses: actions/upload-artifact@v4
152152
if: failure() || cancelled()
153153
with:
154154
name: test logs

0 commit comments

Comments
 (0)