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

This commit is contained in:
dependabot[bot]
2023-09-26 15:10:00 +02:00
committed by GitHub
parent 86f32406f3
commit 73e98cae58

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