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 8241e75 + 2977f31 commit 1def013Copy full SHA for 1def013
.github/workflows/e2e_comment.yml
@@ -14,14 +14,14 @@ jobs:
14
WORKFLOW_RUN_INFO: ${{ toJSON(github.event.workflow_run) }}
15
run: echo "$WORKFLOW_RUN_INFO"
16
- name: Download Artifacts
17
- uses: dawidd6/action-download-artifact@v3.1.4
+ uses: dawidd6/action-download-artifact@v6
18
with:
19
github_token: ${{ secrets.GITHUB_TOKEN }}
20
workflow: nodejs.yml
21
run_id: ${{ github.event.workflow_run.id }}
22
name: e2e
23
- name: Get PR number
24
25
26
27
0 commit comments