]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
test.yaml: bump upload artifact 8970/head
authorMarc Foley <m.foley.88@gmail.com>
Fri, 17 Jan 2025 13:17:25 +0000 (13:17 +0000)
committerMarc Foley <m.foley.88@gmail.com>
Fri, 17 Jan 2025 13:17:25 +0000 (13:17 +0000)
.github/workflows/test.yaml

index c4c032f61cbd41f6ff84c241bbc2407500de4086..ad347b2fde183aed809d4d45bba63dc3c703eac4 100644 (file)
@@ -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