diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f65d94f..ca61df42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,12 +28,12 @@ jobs: - run: npm ci - run: npm run ci - name: Archive code coverage results - uses: actions/upload-artifact@v2.3.0 + uses: actions/upload-artifact@v3 with: name: code-coverage-report path: coverage - name: Archive production artifacts - uses: actions/upload-artifact@v2.3.0 + uses: actions/upload-artifact@v3 with: name: dist path: dist