Skip to content

Commit

Permalink
Upgrade actions/upload-artifact to 2.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: Sirisha Pratha <sirisha.pratha@bnymellon.com>
  • Loading branch information
prathasirisha committed Aug 14, 2021
1 parent 1c3c976 commit 67cb3e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Generate Coverage Report
run: mvn clean verify
- name: Archive Jacoco reports
uses: actions/upload-artifact@v2.2.3
uses: actions/upload-artifact@v2.2.4
with:
name: jacoco-reports
path: test-coverage/target/site/jacoco-aggregate
2 changes: 1 addition & 1 deletion .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
env:
MAVEN_OPTS: "-Xmx1g"
- name: Archive pitest reports
uses: actions/upload-artifact@v2.2.3
uses: actions/upload-artifact@v2.2.4
with:
name: pit-reports
path: unit-tests/target/pit-reports

0 comments on commit 67cb3e9

Please sign in to comment.