Commit 5af2de4 1 parent 2ab97a0 commit 5af2de4 Copy full SHA for 5af2de4
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
23
23
- name : Download GH context
24
24
id : download-gh-context-artifact
25
- uses : dawidd6/action-download-artifact@v2
25
+ uses : dawidd6/action-download-artifact@v3
26
26
with :
27
27
workflow : ${{ github.event.workflow_run.workflow_id }}
28
28
name : gh_context
92
92
93
93
- name : Download installer
94
94
id : download-installer-artifact
95
- uses : dawidd6/action-download-artifact@v2
95
+ uses : dawidd6/action-download-artifact@v3
96
96
with :
97
97
workflow : ${{ github.event.workflow_run.workflow_id }}
98
98
name : Windows Installer (windows-2022)
@@ -132,7 +132,7 @@ jobs:
132
132
133
133
- name : Download e2e image
134
134
id : download-images-artifact
135
- uses : dawidd6/action-download-artifact@v2
135
+ uses : dawidd6/action-download-artifact@v3
136
136
with :
137
137
workflow_conclusion : completed
138
138
workflow : build-tests.yml
You can’t perform that action at this time.
0 commit comments