Skip to content

Commit d550f35

Browse files
committed
Workflow: Resolve issue with download-artifact@v3 being deprecated
1 parent 67c0d78 commit d550f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
node performance/lighthouse-script.js
4949
- name: Download the artifact for main
50-
uses: actions/download-artifact@v3
50+
uses: actions/download-artifact@v4
5151
with:
5252
name: lighthouse-reports
5353
path: ./main-report

0 commit comments

Comments
 (0)