We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a7f36 commit ca27041Copy full SHA for ca27041
.github/workflows/integration-tests.yml
@@ -12,7 +12,7 @@ jobs:
12
pr_type: ${{ steps.variables.outputs.pr_type }}
13
steps:
14
- name: Download trigger information
15
- uses: dawidd6/action-download-artifact@v2
+ uses: dawidd6/action-download-artifact@v9
16
with:
17
github_token: ${{ secrets.GITHUB_TOKEN }}
18
workflow: trigger-test-images.yml
.github/workflows/test-images.yml
@@ -18,7 +18,7 @@ jobs:
commit_hash: ${{ steps.variables.outputs.commit_hash }}
19
20
21
22
23
24
0 commit comments