We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60e92ad + f8623d2 commit 7926bc2Copy full SHA for 7926bc2
.github/workflows/ci.yml
@@ -71,8 +71,8 @@ jobs:
71
run: yarn test-ci # run tests (configured to use mocha's json reporter)
72
73
- name: Export test results
74
- uses: actions/upload-artifact@v3 # upload test results
+ uses: actions/upload-artifact@v4 # upload test results
75
if: success() || failure() # run this step even if previous step failed
76
with:
77
name: test-results
78
- path: coverage/test-results.json
+ path: coverage/test-results.json
0 commit comments