Skip to content

Commit

Permalink
chore(deps): bump actions/upload-pages-artifact from 2 to 3 (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 30, 2023
1 parent f042286 commit 03eb793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./exampleSite/public

Expand Down

1 comment on commit 03eb793

@vercel
Copy link

@vercel vercel bot commented on 03eb793 Dec 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.