Skip to content

Commit

Permalink
Keep using upload action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
vbreuss committed Apr 1, 2024
1 parent 0cb6017 commit 5b83cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
../../tools/dotnet-stryker -f ../.github/stryker/Stryker.Config.json -v "${GITHUB_HEAD_REF}" -r "Dashboard" -r "html" -r "cleartext" --since:main
mv ./StrykerOutput/**/reports/*.html ./StrykerOutput/Reports/Testably.Abstractions.FluentAssertions-report.html
- name: Upload Stryker reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Stryker
path: Tests/StrykerOutput/Reports/*
Expand Down

0 comments on commit 5b83cdd

Please sign in to comment.