Skip to content

Commit

Permalink
Downgrade downloading coverage artifacts in the build
Browse files Browse the repository at this point in the history
The latest version has an issue with pagination
dawidd6/action-download-artifact#207
  • Loading branch information
tomas-stefano committed Nov 9, 2022
1 parent 5b7b929 commit 9587bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Expand Up @@ -340,7 +340,7 @@ jobs:
# We omit branch name in the config here as GitHub API search results filtered by branch name have proved to be incorrect.
- name: Download main branch coverage artifact
id: download-base-coverage
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@2.24.0
if: github.event_name == 'pull_request'
with:
github_token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 9587bfb

Please sign in to comment.