File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,14 +86,14 @@ jobs:
86
86
echo "base-path=${BRANCH//\//_}" >> "$GITHUB_OUTPUT"
87
87
88
88
- name : Download build artifacts for head
89
- uses : actions/download-artifact@v4
89
+ uses : actions/download-artifact@v5
90
90
with :
91
91
name : ubuntu-latest-node20-compiled-assets-${{ steps.derive-key.outputs.head-path }}
92
92
path : ${{ github.workspace }}/${{ steps.derive-key.outputs.head-path }}
93
93
merge-multiple : true
94
94
95
95
- name : Download build artifacts for base
96
- uses : actions/download-artifact@v4
96
+ uses : actions/download-artifact@v5
97
97
with :
98
98
name : ubuntu-latest-node20-compiled-assets-${{ steps.derive-key.outputs.base-path }}
99
99
path : ${{ github.workspace }}/${{ steps.derive-key.outputs.base-path }}
@@ -158,7 +158,7 @@ jobs:
158
158
echo "key=ubuntu-latest-node20-compiled-assets-${BRANCH}" >> "$GITHUB_OUTPUT"
159
159
160
160
- name : Check if build artifacts already exist
161
- uses : actions/download-artifact@v4
161
+ uses : actions/download-artifact@v5
162
162
id : artifact-found
163
163
continue-on-error : true
164
164
with :
@@ -206,7 +206,7 @@ jobs:
206
206
- name : Check for built assets
207
207
continue-on-error : true
208
208
id : download
209
- uses : actions/download-artifact@v4
209
+ uses : actions/download-artifact@v5
210
210
with :
211
211
path : |
212
212
${{ github.workspace }}/components/*/dist/**
You can’t perform that action at this time.
0 commit comments