Skip to content

Commit 33bd829

Browse files
1 parent d4db4b5 commit 33bd829

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
JAVA_HOME: "${{ env.JAVA_HOME_21_X64 }}"
7979
- name: Upload artifacts on failure
8080
if: ${{ failure() }}
81-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
81+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8282
with:
8383
name: "integration-test-${{ matrix.integration-test }}"
8484
path: "${{ runner.temp }}/artifacts"

.github/workflows/pitest-analyze-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Aggregate Pitest reports
4343
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)."
4444
- name: Upload Pitest reports as artifact
45-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
45+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4646
with:
4747
name: pitest-reports
4848
path: ./target/pit-reports-ci

.github/workflows/suggest-commit-message.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
});
315315
core.info(`Updated comment ${existing.id} by ${originalCommenter}.`);
316316
- name: Upload suggested commit message
317-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
317+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
318318
with:
319319
name: suggested-commit-message
320320
path: /tmp/suggested-commit-message.txt

0 commit comments

Comments
 (0)