Skip to content

Commit

Permalink
Fix github actions error.
Browse files Browse the repository at this point in the history
  • Loading branch information
timcassell committed Jan 30, 2025
1 parent 75274f9 commit 71bd458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: ./build.cmd in-tests-core -e
# Upload Artifacts with Unique Name
- name: Upload test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: test-windows-core-trx-${{ github.run_id }}
Expand Down

0 comments on commit 71bd458

Please sign in to comment.