Skip to content

Commit 255cb3f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: import os; import sys; os.rename(".tox/.coverage.{}".format(os.environ['TOXENV']), ".tox/.coverage.{}-{}.format(os.environ['TOXENV'], sys.platform)")
7373
shell: python
7474
- name: Upload coverage data
75-
uses: actions/upload-artifact@v2
75+
uses: actions/upload-artifact@v3
7676
with:
7777
name: coverage-data
7878
path: ".tox/.coverage.*"
@@ -104,7 +104,7 @@ jobs:
104104
- name: Combine and report coverage
105105
run: tox -e coverage
106106
- name: Upload HTML report
107-
uses: actions/upload-artifact@v2
107+
uses: actions/upload-artifact@v3
108108
with:
109109
name: html-report
110110
path: .tox/htmlcov

0 commit comments

Comments
 (0)