Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v3 (#1366)
Browse files Browse the repository at this point in the history
chore(deps): update actions/upload-artifact action to v3
  • Loading branch information
parthea committed Mar 4, 2022
1 parent 82f5cb2 commit 38e11ad
Showing 1 changed file with 2 additions and 2 deletions.
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@v2
uses: actions/upload-artifact@v3
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@v2
uses: actions/download-artifact@v3
with:
name: coverage-artifacts
path: .coverage-results/
Expand Down

0 comments on commit 38e11ad

Please sign in to comment.