Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CD-deploy-page-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
destination: ./_site

- name: Upload Pages Artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v4

- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CD-deploy-page-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# path: ./_site

- name: Upload Pages Artifact
uses: actions/upload-pages-artifact@v3 # v3 as specific use not generic and needed for deploy v4 in next step
uses: actions/upload-pages-artifact@v4 # v3 as specific use not generic and needed for deploy v4 in next step
# with: # needed if above comment # removed and download activated
# path: ./_site

Expand Down
Loading