Skip to content

Commit e534a18

Browse files
Update actions/upload-pages-artifact action to v4
1 parent f70fd34 commit e534a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: cp scripts/index.html out/index.html
5858
- name: Collect deployment assets
5959
if: ${{ github.ref == 'refs/heads/main' }}
60-
uses: actions/upload-pages-artifact@v3
60+
uses: actions/upload-pages-artifact@v4
6161
with:
6262
path: ./out
6363
- name: Archive artifacts

0 commit comments

Comments
 (0)