Преглед изворни кода

Merge pull request #13125 from nextcloud/renovate/codecov-codecov-action-4.x

Update codecov/codecov-action action to v4.5.0
Andy Scherzinger пре 1 година
родитељ
комит
01ff5d2e49
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/unit-tests.yml

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

@@ -42,7 +42,7 @@ jobs:
                     GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
                 run: scripts/uploadReport.sh "${{ secrets.LOG_USERNAME }}" "${{ secrets.LOG_PASSWORD }}" ${{github.event.number}} "test" "Unit" ${{github.event.number}}
             -   name: Upload coverage to codecov
-                uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1
+                uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
                 with:
                     token: ${{ secrets.CODECOV_TOKEN }}
                     flags: unit