Skip to content

Commit 84a88fc

Browse files
Bump actions/upload-artifact from 2 to 3 (#243)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1dcc5f1 commit 84a88fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
f".tox/.coverage.{os.environ['TOXENV']}-{sys.platform}")
6060
shell: python
6161
- name: Upload coverage data
62-
uses: actions/upload-artifact@v2
62+
uses: actions/upload-artifact@v3
6363
with:
6464
name: coverage-data
6565
path: ".tox/.coverage.*"
@@ -91,7 +91,7 @@ jobs:
9191
- name: Combine and report coverage
9292
run: tox -e coverage
9393
- name: Upload HTML report
94-
uses: actions/upload-artifact@v2
94+
uses: actions/upload-artifact@v3
9595
with:
9696
name: html-report
9797
path: .tox/htmlcov

0 commit comments

Comments
 (0)