Skip to content

Commit 940383e

Browse files
Merge pull request #193 from PythonCoderAS/dependabot/github_actions/actions/upload-pages-artifact-3
Bump actions/upload-pages-artifact from 2 to 3
2 parents b04b74a + 025709f commit 940383e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Pages
2727
uses: actions/configure-pages@v4
2828
- name: Upload artifact
29-
uses: actions/upload-pages-artifact@v2
29+
uses: actions/upload-pages-artifact@v3
3030
with:
3131
path: "docs"
3232
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)