From d16fa5ecc4ef9be0e3ca4bfb0b80d70e0b2b2ac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 05:18:30 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2.2.4 to 3.1.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 3.1.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.4...v3.1.1) --- 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..3590b58557 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.1 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..75654e32ba 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.1 with: name: pit-reports path: unit-tests/target/pit-reports