Skip to content

Commit

Permalink
fix: use actions/upload-pages-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Indyandie committed Oct 21, 2024
1 parent 613224b commit 2b3635a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deno.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
- name: Run Build
run: deno run -A build
- name: Upload artifact
id: deployment
uses: actions/upload-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: "./dist/"
Expand Down

0 comments on commit 2b3635a

Please sign in to comment.