Update actions/upload-artifact action to v6
Some checks failed
Main Build Process / Build & Test (pull_request) Failing after 1m25s

This commit is contained in:
Renovate Bot
2026-02-05 21:01:45 +00:00
committed by mcmuzzle
parent 8cec792073
commit 6c269867bb

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