Skip to content

Commit 4d0c7d8

Browse files
chore(ci): bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent feb8595 commit 4d0c7d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: uv run pytest -m "not slow and not integration and not perf" --cov=volscope --cov-report=xml --cov-fail-under=65
4545

4646
- name: Upload coverage
47-
uses: actions/upload-artifact@v4
47+
uses: actions/upload-artifact@v7
4848
if: matrix.python-version == '3.12'
4949
with:
5050
name: coverage-xml

0 commit comments

Comments
 (0)