Skip to content

Commit 103d739

Browse files
Bump actions/upload-artifact from 4 to 5 (#95)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eae3365 commit 103d739

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
@@ -76,7 +76,7 @@ jobs:
7676
7777
- name: Upload HTML report
7878
if: ${{ failure() }}
79-
uses: actions/upload-artifact@v4
79+
uses: actions/upload-artifact@v5
8080
with:
8181
name: html-report
8282
path: htmlcov

0 commit comments

Comments
 (0)