Update actions/upload-artifact action to v6 #28

Closed
renovateBot wants to merge 1 commits from renovate/major-github-artifact-actions into main
Showing only changes of commit 393c83dff6 - Show all commits

View File

@@ -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