Skip to content

Commit

Permalink
Merge pull request #323 from Guovin/dev
Browse files Browse the repository at this point in the history
chore:action v4
  • Loading branch information
Guovin authored Sep 14, 2024
2 parents 2e71421 + 0a731ec commit cb37ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -33,7 +33,7 @@ jobs:
run: dir dist

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: update-tool
path: dist
Expand Down

0 comments on commit cb37ecc

Please sign in to comment.