Skip to content

Commit a73d9d3

Browse files
Bump actions/upload-artifact from 3 to 4 (#147)
1 parent e728f02 commit a73d9d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
4040

4141
- name: Upload coverage data
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: coverage-data
4545
path: '.coverage.*'
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Upload HTML report
7373
if: ${{ failure() }}
74-
uses: actions/upload-artifact@v3
74+
uses: actions/upload-artifact@v4
7575
with:
7676
name: html-report
7777
path: htmlcov

0 commit comments

Comments
 (0)