Skip to content

Commit ac8b31a

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a46a604 commit ac8b31a

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)