From 8fb57b5bab44de3812f52a427f9d4eaa846fe8b7 Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Tue, 20 Jun 2023 09:01:33 +0200 Subject: [PATCH] Upgrade actions/upload-artifact v3.1.1 -> v3.1.2 (#664) See: - https://github.com/actions/upload-artifact/releases/tag/v3.1.2 --- .github/workflows/pitest-analyze-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pitest-analyze-pr.yml b/.github/workflows/pitest-analyze-pr.yml index 6f8b764902..6d18c0dbc0 100644 --- a/.github/workflows/pitest-analyze-pr.yml +++ b/.github/workflows/pitest-analyze-pr.yml @@ -32,7 +32,7 @@ jobs: - name: Aggregate Pitest reports run: mvn pitest-git:aggregate -DkilledEmoji=":tada:" -DmutantEmoji=":zombie:" -DtrailingText="Mutation testing report by [Pitest](https://pitest.org/). Review any surviving mutants by inspecting the line comments under [_Files changed_](${{ github.event.number }}/files)." - name: Upload Pitest reports as artifact - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 with: name: pitest-reports path: ./target/pit-reports-ci