Skip to content

Commit 468b553

Browse files
chore(deps): update actions/upload-artifact action to v4.3.5
1 parent f0113cb commit 468b553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: matrix.os == 'ubuntu-latest'
6565

6666
- name: Store coverage report
67-
uses: actions/upload-artifact@v4.3.4
67+
uses: actions/upload-artifact@v4.3.5
6868
if: matrix.os == 'ubuntu-latest'
6969
with:
7070
name: coverage-${{ matrix.python }}
@@ -106,7 +106,7 @@ jobs:
106106
.venv/bin/python -m coverage report --fail-under=100
107107
108108
- name: Upload HTML report if check failed.
109-
uses: actions/upload-artifact@v4.3.4
109+
uses: actions/upload-artifact@v4.3.5
110110
with:
111111
name: html-report
112112
path: htmlcov

0 commit comments

Comments
 (0)