Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
amorphobia committed Jul 27, 2024
1 parent b9876f2 commit 2ccc951
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Sanity Check
run: |
Expand All @@ -31,7 +31,7 @@ jobs:
needs: sanity-check
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Make Dicts
run: |
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
zip -r -q ../jiandao-legacy.zip *
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: zips
path: |
Expand All @@ -92,10 +92,10 @@ jobs:
needs: pack-schema
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: zips

Expand All @@ -107,7 +107,7 @@ jobs:
mv jiandao-legacy.zip jiandao-legacy-${{ github.ref_name }}.zip
- name: Create Release and Upload Assets
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
jiandao-${{ github.ref_name }}.zip
Expand Down

0 comments on commit 2ccc951

Please sign in to comment.