Ver Fonte

Merge pull request #10142 from nextcloud/dependabot/github_actions/codecov/codecov-action-3

Bump codecov/codecov-action from 2 to 3
Álvaro Brey há 3 anos atrás
pai
commit
a753f4ef03
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/unit-tests.yml

+ 1 - 1
.github/workflows/unit-tests.yml

@@ -28,7 +28,7 @@ jobs:
                 run:
                     scripts/uploadReport.sh "${{ secrets.LOG_USERNAME }}" "${{ secrets.LOG_PASSWORD }}" ${{github.event.number}} "test" "Unit" ${{github.event.number}} ${{ secrets.GITHUB_TOKEN }}
             -   name: Upload coverage to codecov
-                uses: codecov/codecov-action@v2
+                uses: codecov/codecov-action@v3
                 with:
                     token: ${{ secrets.CODECOV_TOKEN }}
                     flags: unit