Skip to content

Commit

Permalink
Update upload-artifact to v4.
Browse files Browse the repository at this point in the history
upload-artifact v3 is deprecated. Update test-reporter to v1.9.1; the v1 tag doesn't point at the latest version. Pinning to v1.9.1 was recommended here: dorny/test-reporter#363 (comment).
  • Loading branch information
bgrainger committed Oct 5, 2024
1 parent 297f34d commit 17dc7e8
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: dotnet test --configuration Release --no-build --logger "trx;LogFileName=test-results.trx"

- name: Upload Test Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: test-results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish Test Results
uses: dorny/test-reporter@v1
uses: dorny/test-reporter@v1.9.1
with:
artifact: test-results
name: Xunit Tests
Expand Down

0 comments on commit 17dc7e8

Please sign in to comment.