Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/diffenator2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build fonts
run: source .venv/bin/activate && make build
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Before VFs (${{ inputs.before }})
path: fonts/variable
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Build fonts
run: source .venv/bin/activate && make build
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: After VFs (${{ inputs.after }})
path: fonts/variable
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
diffenator2 diff --fonts-before before/*.ttf --fonts-after after/*.ttf \
--out diffenator_report
- name: Upload diffenator report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Diffenator2 report (${{ inputs.before }} vs ${{ inputs.after }})
path: diffenator_report