We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a313a5c + 0a3f5a7 commit 78c9d89Copy full SHA for 78c9d89
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Download artifact
42
id: download-artifact
43
if: github.event_name == 'pull_request' && matrix.configuration == 'Release'
44
- uses: dawidd6/action-download-artifact@v2
+ uses: dawidd6/action-download-artifact@v6
45
with:
46
github_token: ${{secrets.GITHUB_TOKEN}}
47
commit: ${{github.event.pull_request.base.sha}}
0 commit comments