Skip to content

Commit 2538c25

Browse files
Bump actions/upload-artifact from 5.0.0 to 6.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d24a1f8 commit 2538c25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
111111
- name: Store Coverage Data
112112
if: always() && contains('success,failure', steps.test.outcome)
113-
uses: actions/upload-artifact@v5.0.0
113+
uses: actions/upload-artifact@v6.0.0
114114
with:
115115
name: coverage-data-${{ matrix.platform }}-${{ matrix.python-version }}
116116
path: ".coverage.*"
@@ -167,7 +167,7 @@ jobs:
167167

168168
- name: Upload Project Coverage HTML Report
169169
if: always() && steps.project-coverage.outcome == 'failure'
170-
uses: actions/upload-artifact@v5.0.0
170+
uses: actions/upload-artifact@v6.0.0
171171
with:
172172
name: html-coverage-report-project
173173
path: htmlcov

0 commit comments

Comments
 (0)