File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,13 @@ jobs:
91
91
aws-region : ${{ secrets.REGION }}
92
92
93
93
- name : Download macos aarch64 build
94
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
94
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
95
95
with :
96
96
name : finch.macos-aarch64
97
97
path : build
98
98
99
99
- name : Download macos x86_64 build
100
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
100
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
101
101
with :
102
102
name : finch.macos-x86_64
103
103
path : build
Original file line number Diff line number Diff line change 58
58
role-session-name : credhelper-test
59
59
aws-region : ${{ secrets.REGION }}
60
60
- name : download artifacts
61
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.1.08
61
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.1.08
62
62
if : |
63
63
steps.linux2.outputs.is_al2 == 'false'
64
64
&& inputs.has-creds == 'true'
You can’t perform that action at this time.
0 commit comments