Skip to content

Commit e8d7098

Browse files
committed
Merge branch 'master' into import-entities
2 parents cda2a9a + eeb62bf commit e8d7098

File tree

35 files changed

+1341
-352
lines changed

35 files changed

+1341
-352
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: yarn run test-ci # run tests (configured to use mocha's json reporter)
8080

8181
- name: Export test results
82-
uses: actions/upload-artifact@v2 # upload test results
82+
uses: actions/upload-artifact@v4 # upload test results
8383
if: success() || failure() # run this step even if previous step failed
8484
with:
8585
name: test-results

.well-known/funding-manifest-urls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://metabrainz.org/funding.json

0 commit comments

Comments
 (0)