Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4 (stryker-mut…
Browse files Browse the repository at this point in the history
…ator#4662)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent aed561d commit 8dceec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: 'npm run e2e:lint'
- name: Run e2e tests
run: 'npm run e2e:run'
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: e2e-reports
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
env:
PERF_TEST_GLOB_PATTERN: ${{ github.event.inputs.PERF_TEST_GLOB_PATTERN }}
- name: Store reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: mutation-testing-reports
path: perf/test/*/reports/mutation

0 comments on commit 8dceec3

Please sign in to comment.