Skip to content

Commit

Permalink
fix gitAction error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronan committed Sep 19, 2024
1 parent 26cfbe3 commit e948c61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
coverage run -m pytest tests/
coverage xml
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: coverage-main
path: ./coverage.xml
Expand Down
1 change: 0 additions & 1 deletion pyroengine/logger_config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import logging
import os
from logging.handlers import TimedRotatingFileHandler

# Define the logging format
Expand Down

0 comments on commit e948c61

Please sign in to comment.