Skip to content

Commit

Permalink
update dependency in StandardStryker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
franktip committed Jan 3, 2025
1 parent 674c845 commit a234e67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/StandardStryker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
cd ../..
- name: Upload combined output files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: results
path: results/results
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
more report.md > $GITHUB_STEP_SUMMARY
- name: Upload report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: report.md
path: llm-mutation-testing/report.md
Expand All @@ -217,7 +217,7 @@ jobs:
node .github/generateStrykerJSTable.js "$title" ../results > table.tex
- name: Upload table
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: table.tex
path: llm-mutation-testing/table.tex

0 comments on commit a234e67

Please sign in to comment.