Bump actions/upload-artifact from 3 to 4 (#1314)

This commit is contained in:
dependabot[bot]
2024-01-11 11:18:39 +01:00
committed by GitHub
parent cd10db779e
commit e0158c8887

View File

@@ -36,7 +36,7 @@ jobs:
with:
report_paths: '**/surefire-reports/TEST-*.xml'
- name: Archive code coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: surefire-reports
path: '**/surefire-reports/*'