Skip to content

Commit ddfc04f

Browse files
Bump actions/upload-artifact from 4 to 5 (#198)
1 parent 12a4350 commit ddfc04f

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@v4
42+
uses: actions/upload-artifact@v5
4343
with:
4444
name: coverage-data-${{ matrix.python-version }}
4545
include-hidden-files: true
@@ -73,7 +73,7 @@ jobs:
7373
7474
- name: Upload HTML report
7575
if: ${{ failure() }}
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v5
7777
with:
7878
name: html-report
7979
path: htmlcov

0 commit comments

Comments
 (0)