From a160cbcb1fb3c4cd27a4fe5ec30f4ebd54b4064b Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Thu, 9 Jan 2025 14:44:33 -0300 Subject: [PATCH] ci: Update to actions/upload-artifact@v4 There should be no other changes required other than the version bump. --- .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 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