Skip to content

Commit 469ca1a

Browse files
Update actions/upload-artifact action to v6
1 parent 4627e3b commit 469ca1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: npm run build
5858

5959
- name: Upload Build
60-
uses: actions/upload-artifact@v5
60+
uses: actions/upload-artifact@v6
6161
with:
6262
name: Website
6363
path: build/

0 commit comments

Comments
 (0)