Skip to content

Commit

Permalink
[FIX] Use actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
SSooop committed Feb 7, 2025
1 parent ec41bec commit e29f7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
mypy src tests > reports/mypy.log
- name: Upload Mypy Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: mypy-results
path: reports/mypy.log
Expand Down

0 comments on commit e29f7a6

Please sign in to comment.