Skip to content

Commit 55636ca

Browse files
ci(dependabot): bump actions/upload-artifact from 5 to 6 (#718)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b48fea commit 55636ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
update_existing: true
9696

9797
- name: Upload coverage
98-
uses: actions/upload-artifact@v5
98+
uses: actions/upload-artifact@v6
9999
with:
100100
name: covreport-${{ matrix.os }}-py${{ matrix.python-version }}-${{ matrix.add-group }}-${{ matrix.resolution }}
101101
path: ./.coverage*
@@ -128,7 +128,7 @@ jobs:
128128
run: uv run --no-dev --group pyqt6 coverage run -p -m pytest -v
129129

130130
- name: Upload coverage
131-
uses: actions/upload-artifact@v5
131+
uses: actions/upload-artifact@v6
132132
with:
133133
name: covreport-mindeps-${{ matrix.os }}-py${{ matrix.python-version }}
134134
path: ./.coverage*

0 commit comments

Comments
 (0)