Skip to content

Commit 527dc24

Browse files
Bump actions/upload-artifact from 5.0.0 to 6.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea44244 commit 527dc24

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
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
pytest --cov=devolo_home_control_api --cov-report=xml
6464
- name: Preserve coverage
65-
uses: actions/upload-artifact@v5.0.0
65+
uses: actions/upload-artifact@v6.0.0
6666
if: matrix.python-version == '3.9'
6767
with:
6868
name: coverage

0 commit comments

Comments
 (0)