Skip to content

Commit 28f37f1

Browse files
authored
Update testing.yml (#100)
1 parent 664b4ad commit 28f37f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: checkout repo
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v6
5151
with:
5252
fetch-depth: 0 # Fetch all history for all branches and tags.
5353

@@ -77,5 +77,4 @@ jobs:
7777
uses: codecov/codecov-action@v5
7878
with:
7979
token: ${{ secrets.CODECOV_TOKEN }}
80-
file: ./coverage.xml
8180
name: access-codecov

0 commit comments

Comments
 (0)