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] committed Dec 24, 2023
1 parent feaef23 commit 2b261b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 All @@ -356,7 +356,7 @@ jobs:
nox -s push-coverage
# delete the temporary coverage artifacts to save on unnecessary cloud storage usage
- uses: geekyeggo/delete-artifact@v2
- uses: geekyeggo/delete-artifact@v4
with:
name: coverage-data

Expand Down

0 comments on commit 2b261b4

Please sign in to comment.