From 16b9fd4192043185ff4892d1aa3d980143ae7414 Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Fri, 27 Sep 2024 11:32:00 +0100 Subject: [PATCH] ci: use v3 upload action --- .github/workflows/test.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1ab5cbf8fd..0f12f4b845 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -61,9 +61,9 @@ jobs: - name: Upload check results if: steps.check_files.outputs.files_exists == 'true' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: - name: diffbrowsers-${{matrix.os}} + name: qa path: out/ diffenator: @@ -110,9 +110,9 @@ jobs: - name: Upload check results if: steps.check_files.outputs.files_exists == 'true' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: - name: diffenator-fontbakery + name: qa path: out/ ftxvalidator: -- 2.47.2