Skip to content

Commit

Permalink
Fix CI error.
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Jan 31, 2025
1 parent 425f9aa commit 2e9b481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
python3 -m test.test
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: test-log
path: test.log
retention-days: 3
retention-days: 3

0 comments on commit 2e9b481

Please sign in to comment.