File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
node-version : ' 22'
108
108
cache : ' npm'
109
109
cache-dependency-path : ' ./cli/package-lock.json'
110
- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
110
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
111
111
with :
112
112
name : opentdf-sdk-lib
113
113
path : lib/
@@ -140,7 +140,7 @@ jobs:
140
140
node-version : ' 22'
141
141
cache : ' npm'
142
142
cache-dependency-path : ' ./web-app/package-lock.json'
143
- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
143
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
144
144
with :
145
145
name : opentdf-sdk-lib
146
146
path : lib/
@@ -185,11 +185,11 @@ jobs:
185
185
node-version : ' 22'
186
186
cache : ' npm'
187
187
cache-dependency-path : ' ./web-app/package-lock.json'
188
- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
188
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
189
189
with :
190
190
name : opentdf-sdk-lib
191
191
path : lib/
192
- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
192
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
193
193
with :
194
194
name : opentdf-ctl
195
195
path : cli/
Original file line number Diff line number Diff line change 47
47
node-version : ' 22'
48
48
cache : ' npm'
49
49
cache-dependency-path : ' ./cli/package-lock.json'
50
- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
50
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
51
51
with :
52
52
name : opentdf-sdk-lib
53
53
path : lib/
77
77
node-version : ' 22'
78
78
cache : ' npm'
79
79
cache-dependency-path : ' ./web-app/package-lock.json'
80
- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
80
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
81
81
with :
82
82
name : opentdf-sdk-lib
83
83
path : lib/
You can’t perform that action at this time.
0 commit comments