Bump actions/upload-artifact from 2 to 3 (#1268)

This commit is contained in:
dependabot[bot]
2023-11-03 13:20:28 +01:00
committed by GitHub
parent 0bf7513225
commit 04cd6f4bdf

View File

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