Skip to content

Commit faf646e

Browse files
committed
Also update upload-artifact action to v4
Keep it in sync with the download action, in case that matters.
1 parent 92993eb commit faf646e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
env:
5959
COVERAGE_FILE: ".coverage.${{ matrix.python-version }}"
6060
- name: Upload coverage data
61-
uses: actions/upload-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: coverage-data
6464
path: .coverage.${{ matrix.python-version }}
@@ -105,7 +105,7 @@ jobs:
105105
- name: Fail if coverage is not 100%
106106
run: poetry run coverage report --fail-under=100
107107
- name: Upload HTML report if check failed.
108-
uses: actions/upload-artifact@v3
108+
uses: actions/upload-artifact@v4
109109
with:
110110
name: coverage-report
111111
path: htmlcov

0 commit comments

Comments
 (0)