Skip to content

Commit 2c2193e

Browse files
chore(deps): update actions/upload-artifact action to v4.6.0
1 parent 718e9aa commit 2c2193e

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
@@ -60,7 +60,7 @@ jobs:
6060
if: matrix.os == 'ubuntu-latest'
6161

6262
- name: Store coverage report
63-
uses: actions/upload-artifact@v4.5.0
63+
uses: actions/upload-artifact@v4.6.0
6464
if: matrix.os == 'ubuntu-latest'
6565
with:
6666
name: coverage-${{ matrix.python }}
@@ -142,7 +142,7 @@ jobs:
142142
.venv/bin/python -m coverage report --fail-under=100
143143
144144
- name: Upload HTML report if check failed.
145-
uses: actions/upload-artifact@v4.5.0
145+
uses: actions/upload-artifact@v4.6.0
146146
with:
147147
name: html-report
148148
path: htmlcov

0 commit comments

Comments
 (0)