Skip to content

Commit

Permalink
chore(deps): update actions/upload-pages-artifact action to v2
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 19, 2023
1 parent 8756b7e commit d1f813d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: pnpm run build --filter=website

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: ./apps/website/build

Expand Down

0 comments on commit d1f813d

Please sign in to comment.