Skip to content

Commit 11929d9

Browse files
Merge pull request #466 from shankarpandala/dev
updated actions version to actions/upload-artifact@v3
2 parents 9d12367 + 834c446 commit 11929d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
docs-folder: "docs/"
1313

14-
- uses: actions/upload-artifact@v1
14+
- uses: actions/upload-artifact@v3
1515
with:
1616
name: DocumentationHTML
1717
path: docs/_build/html/
@@ -32,4 +32,4 @@ jobs:
3232
with:
3333
branch: gh-pages
3434
directory: gh-pages
35-
github_token: ${{ secrets.GITHUB_TOKEN }}
35+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)