Skip to content

Commit

Permalink
tests: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 authored Nov 8, 2022
1 parent bc92581 commit 7a3491b
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 @@ -37,7 +37,7 @@ jobs:
- name: Test with tox
run: tox
- name: Upload coverage data
uses: "actions/upload-artifact@v2.2.4"
uses: "actions/upload-artifact@v3.1.1"
with:
name: coverage-data
path: "coverage.xml"
Expand All @@ -47,12 +47,12 @@ jobs:
needs: build
steps:
- name: Check out the repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.5.0
with:
fetch-depth: 2
- name: Download coverage data
uses: actions/download-artifact@v2.0.10
uses: actions/download-artifact@v3.0.1
with:
name: coverage-data
- name: Upload coverage report
uses: codecov/codecov-action@v2.0.2
uses: codecov/codecov-action@v3.1.1

0 comments on commit 7a3491b

Please sign in to comment.