From d50b501e7e1fb5e52196733f24e7e30df7e47593 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Fri, 27 Sep 2024 12:48:09 +0200 Subject: [PATCH] ci: update to download-artifact v4 --- .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 87e834f10..a84bfc561 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: