Skip to content

Commit

Permalink
chore(deps): update actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent feaef23 commit 910c4ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
TARGET_PYTHON: ${{ matrix.python-version }}

- name: Upload coverage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-data
path: ".cache/.coverage.*"
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
COVERAGE_FILE: .cache/.coverage.databases

- name: Upload coverage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-data
path: ".cache/.coverage*"
Expand All @@ -334,7 +334,7 @@ jobs:
pip install -U . -r pipelines/requirements/ci.txt
- name: Download coverage data.
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: coverage-data
path: .cache/
Expand All @@ -345,7 +345,7 @@ jobs:
- name: Upload coverage report
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: htmlcov
path: htmlcov
Expand Down

0 comments on commit 910c4ab

Please sign in to comment.