Skip to content

Commit b433906

Browse files
chore(deps): update actions/upload-artifact action to v4.4.2
1 parent b9694bd commit b433906

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.4.1
67+
uses: actions/upload-artifact@v4.4.2
6868
if: matrix.os == 'ubuntu-latest'
6969
with:
7070
name: coverage-${{ matrix.python }}
@@ -107,7 +107,7 @@ jobs:
107107
.venv/bin/python -m coverage report --fail-under=100
108108
109109
- name: Upload HTML report if check failed.
110-
uses: actions/upload-artifact@v4.4.1
110+
uses: actions/upload-artifact@v4.4.2
111111
with:
112112
name: html-report
113113
path: htmlcov

0 commit comments

Comments
 (0)