Skip to content

Commit

Permalink
[common] Updating NPM CI settings (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 5, 2023
1 parent 5e398f5 commit 5d514c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
run: "make tests"

- name: "Upload logs"
uses: "actions/upload-artifact@v2"
uses: "actions/upload-artifact@v3"
with:
name: "Logs - Tests (${{ matrix.operating-system }}, ${{ matrix.php-version }})"
path: "var/log"
Expand Down Expand Up @@ -327,7 +327,7 @@ jobs:
run: "make mutations-infection ARGS='--logger-github'"

- name: "Upload logs"
uses: "actions/upload-artifact@v2"
uses: "actions/upload-artifact@v3"
with:
name: "Logs - Mutations"
path: "var/coverage/mutations/infection.log"
Expand Down

0 comments on commit 5d514c3

Please sign in to comment.