Skip to content

Commit

Permalink
test upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
IanMoroney committed May 5, 2024
1 parent 3ecc955 commit d373233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Upload test results
if: success() || failure()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: test-results
path: __tests__/__results__/*.xml

0 comments on commit d373233

Please sign in to comment.