Skip to content

Commit 8e73df5

Browse files
Merge pull request #131 from PythonCoderAS/dependabot/github_actions/actions/upload-pages-artifact-2
Bump actions/upload-pages-artifact from 1 to 2
2 parents 097df2c + 3b8e47a commit 8e73df5

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@v3
2828
- name: Upload artifact
29-
uses: actions/upload-pages-artifact@v1
29+
uses: actions/upload-pages-artifact@v2
3030
with:
3131
path: "docs"
3232
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)