Skip to content

Commit 1e8d49b

Browse files
chore(deps): update actions/download-artifact action to v5 (#4109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c961a20 commit 1e8d49b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/compare-results.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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/**

0 commit comments

Comments
 (0)