Skip to content

Commit e6ba9ef

Browse files
chore(deps): update actions/upload-pages-artifact action to v4 (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5bd56f1 commit e6ba9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{ 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@v1
42+
uses: actions/upload-pages-artifact@v4
4343
with:
4444
path: 'docs'
4545
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)