Update actions/upload-artifact action to v6
Some checks failed
Main Build Process / Build & Test (pull_request) Failing after 1m25s
Some checks failed
Main Build Process / Build & Test (pull_request) Failing after 1m25s
This commit is contained in:
@@ -52,7 +52,7 @@ jobs:
|
||||
source: "${{ github.workspace }}/coverage-report/*"
|
||||
target: "/config/test"
|
||||
- name: Upload Combined Coverage XML
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: coverage
|
||||
path: ${{ github.workspace }}/coverage-report/Cobertura.xml
|
||||
|
||||
Reference in New Issue
Block a user