Skip to content

Commit 3916677

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

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@v5
45+
uses: actions/upload-artifact@v7
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@v5
82+
uses: actions/upload-artifact@v7
8383
with:
8484
name: html-report
8585
path: htmlcov

0 commit comments

Comments
 (0)