Skip to content

Commit 1e51f44

Browse files
authored
Merge pull request #875 from AOMediaCodec/upload_artifact_version
Update actions/upload-pages-artifact and actions/deploy-pages
2 parents b0bc68d + d5c21fe commit 1e51f44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ jobs:
5353
cp -r images dist
5454
5555
- name: Upload artifact
56-
uses: actions/upload-pages-artifact@v1
56+
uses: actions/upload-pages-artifact@v3
5757
with:
5858
path: ./dist
5959

6060
- name: Deploy to GitHub Pages
6161
id: deployment
62-
uses: actions/deploy-pages@v1
62+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)