Skip to content

Commit

Permalink
workflow: 测试 v3
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Mar 24, 2024
1 parent fa3066a commit 3bcdbe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
image: node:10.24.1-alpine

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install dependencies
run: npm install
Expand All @@ -24,7 +24,7 @@ jobs:
zip -r icon-font.zip *
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: icon-font.zip
path: icon-font/icon-font.zip

0 comments on commit 3bcdbe4

Please sign in to comment.