Skip to content

Commit d30c8bc

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b3f594 commit d30c8bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: ./gen.sh
3434
- name: Archive Schema documentation
3535
# https://github.com/actions/upload-artifact
36-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-artifact@v5
3737
with:
3838
name: XML-Schema-documentation
3939
path: docgen/xml/docs
@@ -57,7 +57,7 @@ jobs:
5757
run: ./gen.sh
5858
- name: Archive Schema documentation
5959
# https://github.com/actions/upload-artifact
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v5
6161
with:
6262
name: JSON-Schema-documentation
6363
path: docgen/json/docs
@@ -75,7 +75,7 @@ jobs:
7575
run: ./gen.sh
7676
- name: Archive Schema documentation
7777
# https://github.com/actions/upload-artifact
78-
uses: actions/upload-artifact@v4
78+
uses: actions/upload-artifact@v5
7979
with:
8080
name: PROTO-Schema-documentation
8181
path: docgen/proto/docs

0 commit comments

Comments
 (0)