Skip to content

Commit fc4ea1c

Browse files
authored
Update retype_build.yml
1 parent a3ef8e1 commit fc4ea1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/retype_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
cat .inject/code.js >> ${{ steps.retypebuild.outputs.retype-output-path }}/resources/js/retype.js
3737
3838
- name: Upload artifact
39-
uses: actions/upload-pages-artifact@v1.0.8
39+
uses: actions/upload-pages-artifact@v3
4040
with:
4141
path: ${{ steps.retypebuild.outputs.retype-output-path }}
4242
- name: Deploy to GitHub Pages
4343
id: deployment
44-
uses: actions/deploy-pages@v1
44+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)