File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 80
80
81
81
# Download cached remote files (artifacts) from GitHub
82
82
- name : Download remote data from GitHub
83
- uses : dawidd6/action-download-artifact@v2.21.1
83
+ uses : dawidd6/action-download-artifact@v2.22.0
84
84
with :
85
85
workflow : cache_data.yaml
86
86
workflow_conclusion : success
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
103
103
# Download cached remote files (artifacts) from GitHub
104
104
- name : Download remote data from GitHub
105
- uses : dawidd6/action-download-artifact@v2.21.1
105
+ uses : dawidd6/action-download-artifact@v2.22.0
106
106
with :
107
107
workflow : cache_data.yaml
108
108
workflow_conclusion : success
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132
132
133
133
# Download cached remote files (artifacts) from GitHub
134
134
- name : Download remote data from GitHub
135
- uses : dawidd6/action-download-artifact@v2.21.1
135
+ uses : dawidd6/action-download-artifact@v2.22.0
136
136
with :
137
137
workflow : cache_data.yaml
138
138
workflow_conclusion : success
You can’t perform that action at this time.
0 commit comments