Skip to content

Commit 71d8cf9

Browse files
committed
Fix deploy
1 parent 126501d commit 71d8cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
GITHUB_TOKEN: ${{ steps.get-dotcom-access-token.outputs.access-token }}
5656

5757
- name: Upload artifact
58-
uses: actions/upload-pages-artifact@v3
58+
uses: actions/upload-pages-artifact@v3.0.1
5959
with:
6060
path: public/
6161

0 commit comments

Comments
 (0)