Skip to content

Commit 105ae91

Browse files
🛠️ Bump actions/upload-pages-artifact from 1 to 2 (#778)
1 parent 10adea3 commit 105ae91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
cp -f api.html build/html/main/doc/api/python_api/ # restore artifact html
147147
148148
- name: Upload pages artifact
149-
uses: actions/upload-pages-artifact@v1
149+
uses: actions/upload-pages-artifact@v2
150150
if: github.repository_owner == 'ros-planning'
151151
with:
152152
path: build/html

0 commit comments

Comments
 (0)