From 9e2396eb5f5e044c5d1d15664f15ac95b250930c Mon Sep 17 00:00:00 2001 From: Cinder Date: Thu, 30 Jan 2025 07:44:40 -0800 Subject: [PATCH] [CI] Upgrade to actions/upload-artifact@4 (#871) --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 0a6827a00..821341f77 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -68,7 +68,7 @@ jobs: run: $DOCKER_RUN tests - name: Upload Test Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: test-results