Skip to content

Commit d38d693

Browse files
authored
Merge pull request #1349 from codebam/dependabot/github_actions/actions/upload-pages-artifact-5
Bump actions/upload-pages-artifact from 3 to 5
2 parents 20c0ecd + 8cae24b commit d38d693

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Pages
3737
uses: actions/configure-pages@v6
3838
- name: Upload artifact
39-
uses: actions/upload-pages-artifact@v3
39+
uses: actions/upload-pages-artifact@v5
4040
with:
4141
path: './docs'
4242
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)