Skip to content

Commit bc6c97b

Browse files
authored
Merge pull request #76 from eliteportal/DPE-1229-fix-workflows
Update Pages Deployment Workflow
2 parents d9ddb29 + d5bb529 commit bc6c97b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
JEKYLL_ENV: production
5151
- name: Upload artifact
5252
# Automatically uploads an artifact from the './_site' directory by default
53-
uses: actions/upload-pages-artifact@v1
53+
uses: actions/upload-pages-artifact@v3
5454

5555
# Deployment job
5656
deploy:
@@ -62,4 +62,4 @@ jobs:
6262
steps:
6363
- name: Deploy to GitHub Pages
6464
id: deployment
65-
uses: actions/deploy-pages@v1
65+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)