From fb81a881c1486d81e093bf33d9f2a3e591ca8819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 09:59:12 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pit.yml b/.github/workflows/pit.yml index 3534be62..9a3345af 100644 --- a/.github/workflows/pit.yml +++ b/.github/workflows/pit.yml @@ -29,7 +29,7 @@ jobs: - name: Aggregate PIT coverage files run: mvn -e -B com.arcmutate:pitest-git-maven-plugin:aggregate - name: Upload PIT results as artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: pitest path: target/pit-reports-ci/