Skip to content

Commit

Permalink
actions/upload-pages-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard committed Dec 28, 2023
1 parent 65d30c5 commit cbb7e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-typescript-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
path: build
- name: Upload artifact for GitHub Pages
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: build

Expand Down

0 comments on commit cbb7e45

Please sign in to comment.