Skip to content

Commit 872aa1e

Browse files
⬆️ Update actions/upload-artifact action to v7.0.1 (#2026)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 11f184b commit 872aa1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: 🚀 Run pytest
3838
run: poetry run pytest --cov wled tests
3939
- name: ⬆️ Upload coverage artifact
40-
uses: actions/upload-artifact@v7.0.0
40+
uses: actions/upload-artifact@v7.0.1
4141
with:
4242
name: coverage-${{ matrix.python }}
4343
include-hidden-files: true

0 commit comments

Comments
 (0)