Skip to content

Commit c03a029

Browse files
authored
Update hugo.yaml - upload and deploy action deprecation
try v4 suffix https://github.com/actions/download-artifact/blob/main/docs/MIGRATION.md
1 parent 01746a5 commit c03a029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hugo.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
--minify \
6262
--baseURL "https://cmlab.dev"
6363
- name: Upload artifact
64-
uses: actions/upload-pages-artifact@v1
64+
uses: actions/upload-pages-artifact@v4
6565
with:
6666
path: ./public
6767

@@ -75,4 +75,4 @@ jobs:
7575
steps:
7676
- name: Deploy to GitHub Pages
7777
id: deployment
78-
uses: actions/deploy-pages@v2
78+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)