From a98854b1a0c68ffdc21374b5a75583805aad3d5b Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Fri, 7 Apr 2023 18:16:56 +0530 Subject: [PATCH] check.yml: bump actions/upload-artifacts to v3 --- .github/workflows/check.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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