Skip to content

Commit 39334d4

Browse files
chore(deps): update actions/upload-artifact action to v4.3.3
1 parent ba58dfe commit 39334d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/checks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: matrix.os == 'ubuntu-latest'
6868

6969
- name: Store coverage report
70-
uses: actions/[email protected].2
70+
uses: actions/[email protected].3
7171
if: matrix.os == 'ubuntu-latest'
7272
with:
7373
name: coverage-${{ matrix.python }}
@@ -109,7 +109,7 @@ jobs:
109109
.venv/bin/python -m coverage report --fail-under=100
110110
111111
- name: Upload HTML report if check failed.
112-
uses: actions/[email protected].2
112+
uses: actions/[email protected].3
113113
with:
114114
name: html-report
115115
path: htmlcov

0 commit comments

Comments
 (0)