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:
8686 echo "base-path=${BRANCH//\//_}" >> "$GITHUB_OUTPUT"
8787
8888 - name : Download build artifacts for head
89- uses : actions/download-artifact@v4
89+ uses : actions/download-artifact@v5
9090 with :
9191 name : ubuntu-latest-node20-compiled-assets-${{ steps.derive-key.outputs.head-path }}
9292 path : ${{ github.workspace }}/${{ steps.derive-key.outputs.head-path }}
9393 merge-multiple : true
9494
9595 - name : Download build artifacts for base
96- uses : actions/download-artifact@v4
96+ uses : actions/download-artifact@v5
9797 with :
9898 name : ubuntu-latest-node20-compiled-assets-${{ steps.derive-key.outputs.base-path }}
9999 path : ${{ github.workspace }}/${{ steps.derive-key.outputs.base-path }}
@@ -158,7 +158,7 @@ jobs:
158158 echo "key=ubuntu-latest-node20-compiled-assets-${BRANCH}" >> "$GITHUB_OUTPUT"
159159
160160 - name : Check if build artifacts already exist
161- uses : actions/download-artifact@v4
161+ uses : actions/download-artifact@v5
162162 id : artifact-found
163163 continue-on-error : true
164164 with :
@@ -206,7 +206,7 @@ jobs:
206206 - name : Check for built assets
207207 continue-on-error : true
208208 id : download
209- uses : actions/download-artifact@v4
209+ uses : actions/download-artifact@v5
210210 with :
211211 path : |
212212 ${{ github.workspace }}/components/*/dist/**
You can’t perform that action at this time.
0 commit comments