From 7d837bb75b521882bcb2ca9f0bff6116b5bfe0df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 05:16:17 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2.2.4 to 3.1.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 3.1.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.4...v3.1.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yaml | 2 +- .github/workflows/mutation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index f2fe806bbd..36ea6fbe9c 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -31,7 +31,7 @@ jobs: - name: Generate Coverage Report run: mvn clean verify - name: Archive Jacoco reports - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3.1.0 with: name: jacoco-reports path: test-coverage/target/site/jacoco-aggregate diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index 27eac4c860..e1d9813b4e 100644 --- a/.github/workflows/mutation.yml +++ b/.github/workflows/mutation.yml @@ -45,7 +45,7 @@ jobs: env: MAVEN_OPTS: "-Xmx1g" - name: Archive pitest reports - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3.1.0 with: name: pit-reports path: unit-tests/target/pit-reports