Skip to content

Commit 0217fc4

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
pytest --cov=devolo_plc_api --cov-report=xml
6767
- name: Preserve coverage
68-
uses: actions/upload-artifact@v6.0.0
68+
uses: actions/upload-artifact@v7.0.0
6969
if: matrix.python-version == '3.9'
7070
with:
7171
name: coverage

0 commit comments

Comments
 (0)