diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6629203..75d67a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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