We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0abceb + dfe4acb commit 5c6a042Copy full SHA for 5c6a042
1 file changed
.github/workflows/net.yml
@@ -46,7 +46,7 @@ jobs:
46
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
47
48
- name: Archive code coverage results
49
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
50
with:
51
name: code-coverage-report-${{ matrix.year }}
52
path: ./*.coverage.xml
0 commit comments