Skip to content

Commit

Permalink
ci: Update tooling in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 16, 2024
1 parent 5a09eae commit 16567fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fontship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:

fontship:
name: Fontship
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Fetch tags
Expand All @@ -20,7 +20,7 @@ jobs:
id: fontship
uses: docker://theleagueof/fontship:latest
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ steps.fontship.outputs.DISTDIR }}
path: ${{ steps.fontship.outputs.DISTDIR }}.zip
Expand Down

0 comments on commit 16567fb

Please sign in to comment.