Skip to content

Commit 0c7f219

Browse files
authored
Merge pull request #183 from cclauss/patch-1
chore(deps): bump actions/upload-artifact from 2 to 3
2 parents cd3441f + 82369cc commit 0c7f219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: HTML coverage reports
6060
if: always()
61-
uses: actions/upload-artifact@v2
61+
uses: actions/upload-artifact@v3
6262
with:
6363
name: coverage_${{ matrix.python-version }}
6464
path: coverage

0 commit comments

Comments
 (0)