From d28c65887b7a856d0273277ee97bac5db05ec2b9 Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Wed, 11 Sep 2024 16:24:03 +0100 Subject: [PATCH] Upgrade upload-artifact --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e11d4495b5..dac3916e4c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -61,7 +61,7 @@ jobs: - name: Upload check results if: steps.check_files.outputs.files_exists == 'true' - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: qa path: out/ @@ -110,7 +110,7 @@ jobs: - name: Upload check results if: steps.check_files.outputs.files_exists == 'true' - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: qa path: out/ -- 2.47.2