Skip to content

Commit 096660b

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#5493)
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 de639d0 commit 096660b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Disambiguate coverage filename
5050
run: mv .coverage ".coverage.unit.${{ matrix.os }}.${{ matrix.python-version }}"
5151
- name: Upload coverage data
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@v5
5353
with:
5454
name: coverage-unit-data-${{ matrix.os }}-${{ matrix.python-version }}
5555
path: .coverage.*
@@ -100,7 +100,7 @@ jobs:
100100
- name: Disambiguate coverage filename
101101
run: mv .coverage ".coverage.integrations.ubuntu-latest.3.9.${{ matrix.framework }}"
102102
- name: Upload coverage data
103-
uses: actions/upload-artifact@v4
103+
uses: actions/upload-artifact@v5
104104
with:
105105
name: coverage-integrations-data-${{ matrix.framework }}
106106
path: .coverage.*
@@ -141,7 +141,7 @@ jobs:
141141
- name: Disambiguate coverage filename
142142
run: mv .coverage ".coverage.monitoring.${{ matrix.os }}.${{ matrix.python-version }}"
143143
- name: Upload coverage data
144-
uses: actions/upload-artifact@v4
144+
uses: actions/upload-artifact@v5
145145
with:
146146
name: coverage-monitoring-data-${{ matrix.os }}-${{ matrix.python-version }}
147147
path: .coverage.*
@@ -190,7 +190,7 @@ jobs:
190190
- name: Disambiguate coverage filename
191191
run: mv .coverage ".coverage.e2e.${{ matrix.os }}.${{ matrix.python-version }}.${{ matrix.suite }}"
192192
- name: Upload coverage data
193-
uses: actions/upload-artifact@v4
193+
uses: actions/upload-artifact@v5
194194
with:
195195
name: coverage-e2e-data-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.suite }}
196196
path: .coverage.*
@@ -238,7 +238,7 @@ jobs:
238238
- name: Export coverage reports and generate summary
239239
run: nox -s coverage
240240
- name: Upload uncovered HTML report
241-
uses: actions/upload-artifact@v4
241+
uses: actions/upload-artifact@v5
242242
with:
243243
name: uncovered-html-report
244244
path: htmlcov

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Build
1616
run: pipx run build
1717
- name: Archive
18-
uses: actions/upload-artifact@v4
18+
uses: actions/upload-artifact@v5
1919
with:
2020
name: dist
2121
path: dist/*

0 commit comments

Comments
 (0)