Skip to content

Commit

Permalink
fix(build): revert upload artifact version
Browse files Browse the repository at this point in the history
Signed-off-by: Rachel Yordán <[email protected]>
  • Loading branch information
kahboom committed Apr 25, 2024
1 parent 420f329 commit 91140de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
NEXT_PUBLIC_REKOR_DEFAULT_DOMAIN: ${{ secrets.NEXT_PUBLIC_REKOR_DEFAULT_DOMAIN }}

- name: Upload artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
path: ./out

Expand Down

0 comments on commit 91140de

Please sign in to comment.