Skip to content

Commit 3a4211a

Browse files
Bump actions/upload-artifact from 4.4.0 to 4.4.1 (#191)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba0d9c5 commit 3a4211a

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
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
pytest --cov=devolo_plc_api
6767
- name: Preserve coverage
68-
uses: actions/[email protected].0
68+
uses: actions/[email protected].1
6969
if: matrix.python-version == '3.8'
7070
with:
7171
name: coverage

0 commit comments

Comments
 (0)