From 6cf733d6f1d8a6fda4797a3f962c1a9a1deace9a Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Tue, 17 Sep 2024 02:20:18 +0300 Subject: [PATCH] ci: Update tooling in workflow --- .github/workflows/fontship.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/fontship.yml b/.github/workflows/fontship.yml index 5abde3291..dab42b71d 100644 --- a/.github/workflows/fontship.yml +++ b/.github/workflows/fontship.yml @@ -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 @@ -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