]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
ci: use v3 upload action 8210/head
authorMarc Foley <m.foley.88@gmail.com>
Fri, 27 Sep 2024 10:32:00 +0000 (11:32 +0100)
committerMarc Foley <m.foley.88@gmail.com>
Fri, 27 Sep 2024 11:14:42 +0000 (12:14 +0100)
.github/workflows/test.yaml

index 1ab5cbf8fdcdbb981b8081c3df8a532b2e4a10ab..0f12f4b845c3cef1293420c229545069e2faf5ab 100644 (file)
@@ -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: