Browse Source

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

pull/1280/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
73e98cae58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/maven.yml

2
.github/workflows/maven.yml

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

Loading…
Cancel
Save