Skip to content

Commit 3a35297

Browse files
committed
Update docs.yml
1 parent 35f2c75 commit 3a35297

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
@@ -49,7 +49,7 @@ jobs:
4949
conda activate omnitrace-docs
5050
./update-docs.sh
5151
- name: Upload artifact
52-
uses: actions/upload-pages-artifact@v1
52+
uses: actions/upload-pages-artifact@v3
5353
with:
5454
path: ./docs
5555

@@ -67,4 +67,4 @@ jobs:
6767
steps:
6868
- name: Deploy to GitHub Pages
6969
id: deployment
70-
uses: actions/deploy-pages@v1
70+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)