Skip to content

Commit 1b76de3

Browse files
Merge pull request #20 from StevanFreeborn/stevanfreeborn/fix/pass-correct-ids-in-report-constructor
fix: make sure proper ids are passed to constructor
2 parents b89c1cf + cecf975 commit 1b76de3

File tree

5 files changed

+1069
-817
lines changed

5 files changed

+1069
-817
lines changed

.github/workflows/build_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
token: ${{ secrets.CODECOV_TOKEN }}
5959
- name: Upload build artifact
60-
uses: actions/upload-artifact@v3.1.2
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: build
6363
path: ./dist

.github/workflows/lint_format_test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ jobs:
114114
TEST_SURVEY_RECORD_ID: ${{ vars.TEST_SURVEY_RECORD_ID }}
115115
TEST_TEXT_FIELD: ${{ vars.TEST_TEXT_FIELD }}
116116
- name: Upload test coverage artifact
117-
uses: actions/upload-artifact@v3.1.2
117+
uses: actions/upload-artifact@v4
118118
with:
119-
name: coverage
119+
name: coverage-${{ matrix.node-version }}
120120
path: ./coverage
121121
publish_test_coverage:
122122
needs: test
@@ -128,7 +128,7 @@ jobs:
128128
- name: Download test coverage artifact
129129
uses: actions/[email protected]
130130
with:
131-
name: coverage
131+
name: coverage-20.x
132132
path: ./coverage
133133
- name: Upload coverage reports to Codecov
134134
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)