Skip to content

Commit

Permalink
Downgrade upload-artifact to v3 for test results.
Browse files Browse the repository at this point in the history
See dorny/test-reporter#363.

Signed-off-by: Bradley Grainger <bgrainger@gmail.com>
  • Loading branch information
bgrainger committed Feb 6, 2024
1 parent 3a4ad1f commit c932478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: dotnet test --configuration Release --no-build --logger "trx;LogFileName=test-results.trx"

- name: Upload Test Results
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
if: success() || failure()
with:
name: test-results
Expand Down

0 comments on commit c932478

Please sign in to comment.