Skip to content

Commit f4ab343

Browse files
authored
Update pages.yml
1 parent 49304b1 commit f4ab343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: ls -la _site
5050
- name: Upload artifact
5151
# Automatically uploads an artifact from the './_site' directory by default
52-
uses: actions/upload-pages-artifact@main
52+
uses: actions/upload-pages-artifact@v3.0.1
5353

5454
# Deployment job
5555
deploy:
@@ -61,4 +61,4 @@ jobs:
6161
steps:
6262
- name: Deploy to GitHub Pages
6363
id: deployment
64-
uses: actions/deploy-pages@main
64+
uses: actions/deploy-pages@v4.0.5

0 commit comments

Comments
 (0)