Skip to content

Commit

Permalink
chore(deps): update all dependencies to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 14, 2023
1 parent 8c8ee81 commit 872344c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
nox -s unit-${{ matrix.python }}
- name: Upload coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-artifacts
path: .coverage-${{ matrix.python }}
Expand All @@ -47,7 +47,7 @@ jobs:
python -m pip install --upgrade setuptools pip wheel
python -m pip install coverage
- name: Download coverage results
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: coverage-artifacts
path: .coverage-results/
Expand Down

0 comments on commit 872344c

Please sign in to comment.