Skip to content

Commit

Permalink
Merge branch 'develop' into feature/20-feature-use-expression-trees-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
MattEdwardsWaggleBee committed Nov 20, 2024
2 parents 4e83e33 + 33c83be commit 464b4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
dotnet test --no-build --configuration ${{ env.BUILD_CONFIGURATION }} --logger:trx --results-directory:./TestResults ${{ env.SOLUTION_NAME }}
- name: Upload Test Results
uses: actions/upload-artifact@v3 # upload test results
uses: actions/upload-artifact@v4 # upload test results
if: success() || failure() # run this step even if previous step failed
with:
name: test-results
Expand Down

0 comments on commit 464b4fc

Please sign in to comment.