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.
1 parent deb3299 commit 0eb6692Copy full SHA for 0eb6692
.github/workflows/pr-release.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Download artifact from the previous workflow.
35
if: ${{ steps.workflow-info.outputs.pullRequestNumber != '' }}
36
id: download-artifact
37
- uses: dawidd6/action-download-artifact@v7 # https://github.com/marketplace/actions/download-workflow-artifact
+ uses: dawidd6/action-download-artifact@v8 # https://github.com/marketplace/actions/download-workflow-artifact
38
with:
39
run_id: ${{ github.event.workflow_run.id }}
40
path: artifacts
0 commit comments