diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 3767e9487..0d9e02f2b 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -93,11 +93,13 @@ jobs: - name: Codecov - uses: codecov/codecov-action@v3.0.0 + uses: codecov/codecov-action@v4.1.0 + with: + token: ${{ secrets.CODECOV_TOKEN }} # By uploading it's shared with the other workflows that are reusing this - name: Upload Shell Binaries uses: actions/upload-artifact@v3 with: name: shell-binaries - path: ${{ github.workspace }}/src/shell/dotnet/Shell/bin/Release/net6.0-windows/ \ No newline at end of file + path: ${{ github.workspace }}/src/shell/dotnet/Shell/bin/Release/net6.0-windows/