We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e28168 commit bc768e6Copy full SHA for bc768e6
.github/workflows/pipeline.yml
@@ -92,13 +92,13 @@ jobs:
92
path: ./junit.xml
93
reporter: java-junit
94
- name: Upload debug artifacts
95
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
96
if: ${{ ! cancelled() }}
97
with:
98
name: debug-artifacts-${{ github.sha }}
99
path: ./debug
100
- name: Upload coverage reports to Codecov
101
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
102
env:
103
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
104
0 commit comments