Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
[skip ci] Merge pull request #86 from redbaty/renovate/actions-upload…
Browse files Browse the repository at this point in the history
…-artifact-4.x

Update actions/upload-artifact action to v4
  • Loading branch information
redbaty authored Mar 2, 2024
2 parents fde0421 + b2d488f commit e54360e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: dotnet test --configuration Release --logger "trx;LogFileName=test_results.xml"

- name: Upload test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Test Results
path: '**/test_results.xml'

0 comments on commit e54360e

Please sign in to comment.