Skip to content

Commit 633c088

Browse files
authored
chore: merge pull request #40 from threeal/dependabot/github_actions/actions/upload-pages-artifact-2.0.0
chore: bump actions/upload-pages-artifact from 1.0.8 to 2.0.0
2 parents a43072b + 30f28b0 commit 633c088

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ jobs:
109109
run: sphinx-build -b html docs build/docs -W --keep-going
110110

111111
- name: Upload artifact
112-
uses: actions/upload-pages-artifact@v1.0.8
112+
uses: actions/upload-pages-artifact@v2.0.0
113113
with:
114114
path: build/docs

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: sphinx-build -b html docs docs/build -W --keep-going
3131

3232
- name: Upload artifact
33-
uses: actions/upload-pages-artifact@v1.0.8
33+
uses: actions/upload-pages-artifact@v2.0.0
3434
with:
3535
path: docs/build
3636

0 commit comments

Comments
 (0)