Skip to content

Commit 91140de

Browse files
authoredApr 25, 2024··
fix(build): revert upload artifact version
Signed-off-by: Rachel Yordán <rachelyordan@gmail.com>
1 parent 420f329 commit 91140de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/nextjs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
NEXT_PUBLIC_REKOR_DEFAULT_DOMAIN: ${{ secrets.NEXT_PUBLIC_REKOR_DEFAULT_DOMAIN }}
8181

8282
- name: Upload artifact
83-
uses: actions/upload-pages-artifact@v4
83+
uses: actions/upload-pages-artifact@v3
8484
with:
8585
path: ./out
8686

0 commit comments

Comments
 (0)
Please sign in to comment.