diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 276a4b9..36197b6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,7 +59,7 @@ jobs: - run: npm run lint:frontend - name: Archive code coverage results - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: code-coverage-report path: coverage