Skip to content

Commit 5cee68e

Browse files
Bump actions/upload-artifact from 4 to 5
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] <support@github.com>
1 parent 0e369e4 commit 5cee68e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: uv run coverage run --context=${{matrix.qt-version}}
9292

9393
- name: Upload coverage artifacts
94-
uses: actions/upload-artifact@v4
94+
uses: actions/upload-artifact@v5
9595
with:
9696
name: coverage-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.qt-version }}
9797
path: .coverage.${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.qt-version }}
@@ -124,7 +124,7 @@ jobs:
124124
ANNOTATE_MISSING_LINES: true
125125

126126
- name: Store coverage comment to be posted
127-
uses: actions/upload-artifact@v4
127+
uses: actions/upload-artifact@v5
128128
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
129129
with:
130130
name: python-coverage-comment-action

0 commit comments

Comments
 (0)