From fba071068c377dd694f0d4e6fe99778de6c77122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 05:04:22 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2.2.4 to 3.1.2 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.4...v3.1.2) --- 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..fbac2438af 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.2 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..536131629c 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.2 with: name: pit-reports path: unit-tests/target/pit-reports