Skip to content

Commit 19d4e63

Browse files
Bump actions/upload-artifact from 4 to 5 (#161)
1 parent 04bb7b4 commit 19d4e63

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
@@ -42,7 +42,7 @@ jobs:
4242
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
4343

4444
- name: Upload coverage data
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@v5
4646
with:
4747
name: coverage-data-${{ matrix.python-version }}
4848
include-hidden-files: true
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Upload HTML report
8181
if: ${{ failure() }}
82-
uses: actions/upload-artifact@v4
82+
uses: actions/upload-artifact@v5
8383
with:
8484
name: html-report
8585
path: htmlcov

0 commit comments

Comments
 (0)