Skip to content

Commit 82369cc

Browse files
authored
chore(deps): bump actions/upload-artifact from 2 to 3 in the github-actions group
A smaller step towards: * #182 This one should pass.
1 parent cd3441f commit 82369cc

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)