Skip to content

Commit

Permalink
Update Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueli924 authored Feb 5, 2025
1 parent 22a2f35 commit d6b37a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: 'win32'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.name }}
path: 'dist/chaoxing*'
path: 'dist/chaoxing*'

0 comments on commit d6b37a1

Please sign in to comment.