Quellcode durchsuchen

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

Bump codecov/codecov-action from 2 to 3
Álvaro Brey vor 3 Jahren
Ursprung
Commit
a753f4ef03
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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