diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d517908735..25d994b071 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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 @@ -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 @@ -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