Skip to content

Commit 42fcdd3

Browse files
authoredDec 18, 2024··
chore(deps): update actions/upload-artifact action to v4.5.0 (#466)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 128e721 commit 42fcdd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: 🚀 Run pytest
4040
run: poetry run pytest --cov PyViCare
4141
- name: ⬆️ Upload coverage artifact
42-
uses: actions/upload-artifact@v4.4.3
42+
uses: actions/upload-artifact@v4.5.0
4343
with:
4444
name: coverage-${{ matrix.python }}
4545
path: .coverage

0 commit comments

Comments
 (0)
Please sign in to comment.