Skip to content

Commit

Permalink
use upload-artifact instead of upload-githubpages-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Jord-Gui committed Sep 27, 2023
1 parent e5f7e68 commit 2216793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blob-storage-website-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Build with Next.js
run: bun run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-artifact@v3
with:
path: ./out

Expand Down

0 comments on commit 2216793

Please sign in to comment.