Skip to content

Commit 668a3a2

Browse files
authored
Merge pull request #95 from lichess-org/dependabot/github_actions/actions/upload-pages-artifact-3
Bump actions/upload-pages-artifact from 1 to 3
2 parents 7ae9516 + 76641aa commit 668a3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: poetry run sphinx-build -b html docs _build -EW --keep-going
4444
- name: Upload artifact
4545
if: github.ref == 'refs/heads/master'
46-
uses: actions/upload-pages-artifact@v1
46+
uses: actions/upload-pages-artifact@v3
4747
with:
4848
path: "_build"
4949
deploy:

0 commit comments

Comments
 (0)