Skip to content

Commit

Permalink
Merge pull request #524 from morganstanley/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…codecov/codecov-action-4.1.0

chore(deps): bump codecov/codecov-action from 3.0.0 to 4.1.0
  • Loading branch information
bingenito authored Mar 6, 2024
2 parents 15662d6 + 6a91395 commit 02f55ee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,13 @@ jobs:
- name: Codecov
uses: codecov/[email protected]
uses: codecov/[email protected]
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/
path: ${{ github.workspace }}/src/shell/dotnet/Shell/bin/Release/net6.0-windows/

0 comments on commit 02f55ee

Please sign in to comment.