Skip to content

Commit 57f073e

Browse files
build(deps): bump actions/upload-pages-artifact from 1 to 2 (#355)
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 1 to 2. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v1...v2) --- 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 0e930bd commit 57f073e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
--features chrono,embedded-time,rt,stm32wl5x_cm4 \
201201
-- -Z unstable-options --enable-index-page
202202
- name: Upload artifact
203-
uses: actions/upload-pages-artifact@v1
203+
uses: actions/upload-pages-artifact@v2
204204
with:
205205
path: target/doc
206206

0 commit comments

Comments
 (0)