Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent a594a14 commit 07a532d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'

- name: Store coverage report
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
if: matrix.os == 'ubuntu-latest'
with:
name: coverage-${{ matrix.python }}
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
.venv/bin/python -m coverage report --fail-under=100
- name: Upload HTML report if check failed.
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: html-report
path: htmlcov
Expand Down

0 comments on commit 07a532d

Please sign in to comment.