Skip to content

Commit b98ac61

Browse files
Bump actions/upload-artifact from 4.6.0 to 4.6.1 (#2168)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.0...v4.6.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac16740 commit b98ac61

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
112112
- name: Store Coverage Data
113113
if: always() && contains('success,failure', steps.test.outcome)
114-
uses: actions/[email protected].0
114+
uses: actions/[email protected].1
115115
with:
116116
name: coverage-data-${{ matrix.platform }}-${{ matrix.python-version }}
117117
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/[email protected].0
170+
uses: actions/[email protected].1
171171
with:
172172
name: html-coverage-report-project
173173
path: htmlcov

changes/2168.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated actions/upload-artifact from 4.6.0 to 4.6.1.

0 commit comments

Comments
 (0)