Skip to content

Commit

Permalink
Merge pull request #905 from jqno/dependabot/github_actions/actions/u…
Browse files Browse the repository at this point in the history
…pload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
jqno authored Dec 22, 2023
2 parents 2bc567b + 529f6df commit 780da2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: aggregate files
run: mvn -e -B -DtrailingText="Mutation testing report generated by PITest - https://pitest.org - if there are surviving mutants, please check the line comments under 'Files changed', or the full report under the 'CI / pitest' check below this comment." pitest-git:aggregate
- name: upload results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pitest
path: target/pit-reports-ci/

0 comments on commit 780da2c

Please sign in to comment.