Skip to content

Commit

Permalink
Update build_fonts.yaml to use Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-212 committed Mar 11, 2024
1 parent ca45142 commit 01faa46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_fonts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: '3.12'

Expand Down Expand Up @@ -73,14 +73,14 @@ jobs:
- name: Upload archive (unless tag)
if: ${{ ! startsWith(github.ref, 'refs/tags/v') }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{ env.novagothic_zip }}
retention-days: 1

- name: Create release (if tag)
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
prerelease: true
name: "${{ env.novagothic_version }}"
Expand Down

0 comments on commit 01faa46

Please sign in to comment.