Skip to content

Commit

Permalink
Merge pull request #8970 from google/ci-upload
Browse files Browse the repository at this point in the history
test.yaml: bump upload artifact
  • Loading branch information
m4rc1e authored Jan 17, 2025
2 parents 2cb2f66 + 1bcd4f2 commit 70b5594
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 70b5594

Please sign in to comment.