Skip to content

Commit

Permalink
Bump upload artifact for main
Browse files Browse the repository at this point in the history
finsberg committed Feb 2, 2025
1 parent f386351 commit 9dc4023
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ jobs:
echo "total=$TOTAL" >> $GITHUB_ENV
- name: Upload HTML report.
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: html-report
path: htmlcov
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.9.3'
rev: 'v0.9.4'
hooks:
# Run the linter.
- id: ruff

0 comments on commit 9dc4023

Please sign in to comment.