Skip to content

Commit bc768e6

Browse files
fix: test-codecov
1 parent 4e28168 commit bc768e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ jobs:
9292
path: ./junit.xml
9393
reporter: java-junit
9494
- name: Upload debug artifacts
95-
uses: actions/upload-artifact@v3
95+
uses: actions/upload-artifact@v4
9696
if: ${{ ! cancelled() }}
9797
with:
9898
name: debug-artifacts-${{ github.sha }}
9999
path: ./debug
100100
- name: Upload coverage reports to Codecov
101-
uses: codecov/codecov-action@v3
101+
uses: codecov/codecov-action@v5
102102
env:
103103
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
104104

0 commit comments

Comments
 (0)