Skip to content

Commit 4d6b39e

Browse files
chore(deps): bump actions/upload-artifact from 2 to 3 (#317)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-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 56a7f62 commit 4d6b39e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cibuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
./gen.sh
4141
- name: Archive JSON Schema documentation
4242
# https://github.com/actions/upload-artifact
43-
uses: actions/upload-artifact@v2
43+
uses: actions/upload-artifact@v3
4444
with:
4545
name: JSON-Schema-documentation
4646
path: docgen/json/docs
4747
- name: Archive XML Schema documentation
4848
# https://github.com/actions/upload-artifact
49-
uses: actions/upload-artifact@v2
49+
uses: actions/upload-artifact@v3
5050
with:
5151
name: XML-Schema-documentation
5252
path: docgen/xml/docs

0 commit comments

Comments
 (0)