diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index dc35fe37..2ce51c7a 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -25,7 +25,7 @@ jobs: - name: Build run: npm run build --prefix frontend - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - name: Deploy - Github Pages