Skip to content

Commit 22e272d

Browse files
chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2c85c9f commit 22e272d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uv run pytest --cov=./ --cov-report=xml --cov-report=term
7878
7979
- name: Upload coverage report artifact
80-
uses: actions/upload-artifact@v7.0.0
80+
uses: actions/upload-artifact@v7.0.1
8181
with:
8282
name: coverage.xml
8383
path: ./coverage.xml

0 commit comments

Comments
 (0)