Skip to content

Commit 64701b3

Browse files
committed
ci test
1 parent d8d2608 commit 64701b3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
pytest --cov=agent_docstrings --cov-report=xml --cov-report=term-missing
5252
5353
- name: Upload coverage artifact
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-artifact@v5
5555
with:
5656
name: coverage-${{ matrix.python-version }}-${{ matrix.beta }}
5757
path: coverage.xml
@@ -62,17 +62,17 @@ jobs:
6262
needs: test
6363
steps:
6464
- name: Checkout repository
65-
uses: actions/checkout@v4
65+
uses: actions/checkout@v5
6666

6767
- name: Download all coverage artifacts
68-
uses: actions/download-artifact@v4
68+
uses: actions/download-artifact@v5
6969
with:
7070
path: coverage-artifacts
7171
pattern: coverage-*
7272
merge-multiple: true
7373

7474
- name: Upload coverage to Codecov
75-
uses: codecov/codecov-action@v4
75+
uses: codecov/codecov-action@v5
7676
with:
7777
token: ${{ secrets.CODECOV_TOKEN }}
7878
directory: ./coverage-artifacts/

0 commit comments

Comments
 (0)