Skip to content

Commit 83f857c

Browse files
committed
fix upload-artifact@v4
1 parent f492b75 commit 83f857c

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
@@ -53,7 +53,7 @@ jobs:
5353
token: ${{ secrets.CODECOV_TOKEN }}
5454

5555
- name: Upload coverage to Codecov
56-
#if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
56+
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
5757
uses: codecov/codecov-action@v5
5858
with:
5959
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)