Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] 08d3e67688
Bump actions/upload-artifact from 2 to 3 1 year ago
  1. 2
      .github/workflows/maven.yml

2
.github/workflows/maven.yml

@ -36,7 +36,7 @@ jobs: @@ -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/*'

Loading…
Cancel
Save