From a87548cca4e45f5533d83505f928748ff0a33c5c Mon Sep 17 00:00:00 2001 From: Xiangdong Zeng Date: Sat, 3 Feb 2024 18:54:16 +0800 Subject: [PATCH] update github workflow dependencies --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4b36311f..971c8082 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,17 +5,17 @@ jobs: runs-on: ubuntu-latest name: Build Smiley Sans steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.x' - name: Install dependencies run: | python -m pip install -U pip pip install -r requirements.txt - name: Build fonts run: source build.sh dev - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: smiley-sans path: |