Skip to content

Commit

Permalink
Use documented DeepSource GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael committed Jan 28, 2024
1 parent d6cda53 commit 6c143ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/report-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
ref: ${{ github.event.pull_request.head.sha }}

- name: Download test coverage
uses: dawidd6/action-download-artifact@v3
Expand Down

0 comments on commit 6c143ad

Please sign in to comment.