chore: update workflows

This commit is contained in:
Stevan Freeborn
2025-04-15 21:18:36 -05:00
parent ca34b036a7
commit cecf975255
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload build artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: build
path: ./dist
+3 -3
View File
@@ -114,9 +114,9 @@ jobs:
TEST_SURVEY_RECORD_ID: ${{ vars.TEST_SURVEY_RECORD_ID }}
TEST_TEXT_FIELD: ${{ vars.TEST_TEXT_FIELD }}
- name: Upload test coverage artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: coverage
name: coverage-${{ matrix.node-version }}
path: ./coverage
publish_test_coverage:
needs: test
@@ -128,7 +128,7 @@ jobs:
- name: Download test coverage artifact
uses: actions/download-artifact@v4.1.7
with:
name: coverage
name: coverage-20.x
path: ./coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4