Skip to content

Commit 9ac975c

Browse files
Bump codecov/codecov-action from 5.3.1 to 5.4.2 (#304)
1 parent 0f97d2c commit 9ac975c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ jobs:
5252
- name: Test
5353
run: dotnet test -c ${{ matrix.configuration }} --no-build --verbosity normal --collect:"XPlat Code Coverage"
5454
- name: Upload coverage reports to Codecov
55-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
55+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
5656
with:
5757
flags: ${{ matrix.os }}
5858
token: ${{ secrets.CODECOV_TOKEN }}
5959
- name: Upload coverage reports to Codecov
60-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
60+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
6161
with:
6262
flags: ${{ matrix.configuration }}
6363
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)