Skip to content

Commit f06a3af

Browse files
Bump actions/upload-artifact from 4 to 6 (#5)
1 parent 83094f8 commit f06a3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
lhci autorun --collect.staticDistDir=./dist || echo "Lighthouse CI completed"
3737
3838
- name: Upload build artifacts
39-
uses: actions/upload-artifact@v4
39+
uses: actions/upload-artifact@v6
4040
with:
4141
name: dist
4242
path: dist/

0 commit comments

Comments
 (0)