Skip to content

Commit f386285

Browse files
Merge pull request #18 from MannLabs/cicd/update-actions
Fix GH-action version
2 parents 1cc3484 + 4191c5e commit f386285

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
--buildDrafts --gc \
6464
--baseURL ${{ steps.pages.outputs.base_url }}
6565
- name: Upload artifact
66-
uses: actions/upload-pages-artifact@v7.0.1
66+
uses: actions/upload-pages-artifact@v5.0.0
6767
with:
6868
path: ./public
6969
# Deployment job

0 commit comments

Comments
 (0)