From 30746b01e99872e24fe2fdffe42c785108eee2bb Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Tue, 2 Dec 2025 21:54:13 +0000 Subject: [PATCH] ci: use newer artifact action --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d5cf74c36..207ce9ba2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -240,7 +240,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download test results - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Generate test summary uses: test-summary/action@v2 with: