Skip to content

Commit 2fd83ab

Browse files
chore(deps): update actions/upload-pages-artifact action to v5
1 parent 14b837a commit 2fd83ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{ cookiecutter.name | lower }}/.github/workflows/deploy_docc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
--transform-for-static-hosting \
4040
--hosting-base-path {{ cookiecutter.name | lower }};
4141
- name: Upload artifact
42-
uses: actions/upload-pages-artifact@v4
42+
uses: actions/upload-pages-artifact@v5
4343
with:
4444
path: 'docs'
4545
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)