Skip to content

Commit be71aba

Browse files
⬆️ Update actions/upload-artifact action to v6 (#209)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent adf6a97 commit be71aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: 🚀 Run pytest
5454
run: uv run pytest --cov go2rtc_client tests
5555
- name: ⬆️ Upload coverage artifact
56-
uses: actions/upload-artifact@v5.0.0
56+
uses: actions/upload-artifact@v6.0.0
5757
with:
5858
include-hidden-files: true
5959
name: coverage-${{ matrix.python }}

0 commit comments

Comments
 (0)