Skip to content

Commit ede4285

Browse files
🛠️ Bump actions/upload-pages-artifact from 2 to 3 (#848)
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent efef1d3 commit ede4285

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@v2
149+
uses: actions/upload-pages-artifact@v3
150150
if: github.repository_owner == 'ros-planning'
151151
with:
152152
path: build/html

0 commit comments

Comments
 (0)