Skip to content

Commit 69d4c9f

Browse files
committed
changed action upload artifact
1 parent 78e381b commit 69d4c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
--report-prefix "ci_minimal_"
4141
4242
- name: Upload test reports
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
if: always()
4545
with:
4646
name: test-reports-${{ matrix.python-version }}

0 commit comments

Comments
 (0)