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