We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc62863 commit 68077e1Copy full SHA for 68077e1
1 file changed
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: oven-sh/setup-bun@v2
20
- run: bun install --frozen-lockfile
21
- run: bun run build
22
- - uses: actions/upload-pages-artifact@v1
+ - uses: actions/upload-pages-artifact@v4
23
with:
24
path: ./dist
25
@@ -33,6 +33,6 @@ jobs:
33
name: github-pages
34
url: ${{ steps.deployment.outputs.page_url }}
35
steps:
36
- - uses: actions/deploy-pages@v2
+ - uses: actions/deploy-pages@v4
37
id: deployment
38
if: ${{ github.ref == 'refs/heads/master' }}
0 commit comments