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

This commit is contained in:
dependabot[bot]
2023-09-26 15:10:34 +02:00
committed by GitHub
parent 7a4f30f2e0
commit 583710b52e

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/*'