diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 6268305d..dbf44c1d 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -97,7 +97,7 @@ jobs: if: failure() || cancelled() run: mv _build/meson-logs/* test-logs/ || true - name: Upload test logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() || cancelled() with: name: test logs @@ -157,7 +157,7 @@ jobs: if: failure() || cancelled() run: mv _build/meson-logs/* test-logs/ || true - name: Upload test logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() || cancelled() with: name: test logs @@ -256,7 +256,7 @@ jobs: if: failure() || cancelled() run: mv _build/tests/*.log test-logs/ || true - name: Upload test logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() || cancelled() with: name: test logs