Skip to content

Commit ca27041

Browse files
⬆ Bump dawidd6/action-download-artifact from 2 to 9 (#1181)
1 parent 71a7f36 commit ca27041

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
pr_type: ${{ steps.variables.outputs.pr_type }}
1313
steps:
1414
- name: Download trigger information
15-
uses: dawidd6/action-download-artifact@v2
15+
uses: dawidd6/action-download-artifact@v9
1616
with:
1717
github_token: ${{ secrets.GITHUB_TOKEN }}
1818
workflow: trigger-test-images.yml

.github/workflows/test-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
commit_hash: ${{ steps.variables.outputs.commit_hash }}
1919
steps:
2020
- name: Download trigger information
21-
uses: dawidd6/action-download-artifact@v2
21+
uses: dawidd6/action-download-artifact@v9
2222
with:
2323
github_token: ${{ secrets.GITHUB_TOKEN }}
2424
workflow: trigger-test-images.yml

0 commit comments

Comments
 (0)