Skip to content

Commit d5c21fe

Browse files
authored
Update actions/upload-pages-artifact and actions/deploy-pages
Similar to AOMediaCodec/iamf-hdmi@b48240b60.
1 parent b0bc68d commit d5c21fe

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)