Skip to content

Commit 2e94273

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

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
@@ -79,7 +79,7 @@ jobs:
7979
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}
8080
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
8181
- name: Store coverage files
82-
uses: actions/upload-artifact@v5
82+
uses: actions/upload-artifact@v6
8383
with:
8484
name: coverage-${{ runner.os }}-${{ matrix.python-version }}
8585
path: coverage
@@ -120,7 +120,7 @@ jobs:
120120
- run: coverage combine coverage
121121
- run: coverage html --title "Coverage for ${{ github.sha }}"
122122
- name: Store coverage HTML
123-
uses: actions/upload-artifact@v5
123+
uses: actions/upload-artifact@v6
124124
with:
125125
name: coverage-html
126126
path: htmlcov

0 commit comments

Comments
 (0)