From: Marc Foley Date: Fri, 17 Jan 2025 13:17:25 +0000 (+0000) Subject: test.yaml: bump upload artifact X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8970%2Fhead;p=thirdparty%2Fgoogle%2Ffonts.git test.yaml: bump upload artifact --- diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c4c032f61c..ad347b2fde 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@v3 + uses: actions/upload-artifact@v4 with: - name: qa + name: qa-${{ matrix.os }} path: out/ diffenator: @@ -111,11 +111,21 @@ jobs: - name: Upload check results if: steps.check_files.outputs.files_exists == 'true' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: - name: qa + name: qa-diffenator path: out/ + consolidate: + needs: [diffbrowsers, diffenator] + name: Consolidate results into a single zip + runs-on: ubuntu-latest + steps: + - uses: actions/upload-artifact/merge@v4 + with: + pattern: qa-* + name: qa + ftxvalidator: name: Run ftxvalidator on new/changed fonts runs-on: macos-latest