Skip to content

Commit af6b981

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent 79c58e9 commit af6b981

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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.6.2
42+
uses: actions/upload-artifact@v6.0.0
4343
with:
4444
name: coverage-${{ matrix.python }}
4545
path: .coverage

0 commit comments

Comments
 (0)