Skip to content

Commit 4246b86

Browse files
Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#196)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.1...v4.6.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d376fee commit 4246b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
pytest --cov=devolo_home_control_api --cov-report=xml
8484
- name: Preserve coverage
85-
uses: actions/upload-artifact@v4.6.1
85+
uses: actions/upload-artifact@v4.6.2
8686
if: matrix.python-version == '3.9'
8787
with:
8888
name: coverage

0 commit comments

Comments
 (0)