]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
ci: upgrade codecov
authorEduardo San Martin Morote <posva13@gmail.com>
Sun, 12 May 2024 19:09:04 +0000 (21:09 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Sun, 12 May 2024 19:09:08 +0000 (21:09 +0200)
.github/workflows/test.yml

index 97255b0bf8d79ef113cba26af202d1ba20df6c39..6221e906a63c480156c7fdd643b79e81fe1f4c65 100644 (file)
@@ -42,7 +42,9 @@ jobs:
       # e2e tests that that run locally
       - run: pnpm run -r test:e2e:ci
 
-      - uses: codecov/codecov-action@v2
+      - uses: codecov/codecov-action@v4
+        with:
+          token: ${{ secrets.CODECOV_TOKEN }}
 
       # - name: 'Start BrowserStackLocal Tunnel'
       #   uses: 'browserstack/github-actions/setup-local@master'