Skip to content

Commit 7926bc2

Browse files
committed
Merge branch 'master' into entity-import-bbid
2 parents 60e92ad + f8623d2 commit 7926bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
run: yarn test-ci # run tests (configured to use mocha's json reporter)
7272

7373
- name: Export test results
74-
uses: actions/upload-artifact@v3 # upload test results
74+
uses: actions/upload-artifact@v4 # upload test results
7575
if: success() || failure() # run this step even if previous step failed
7676
with:
7777
name: test-results
78-
path: coverage/test-results.json
78+
path: coverage/test-results.json

0 commit comments

Comments
 (0)