Skip to content

Commit 8873c57

Browse files
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7671896 commit 8873c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: "Deploy"
2121
if: "${{ github.event_name == 'push' && github.ref == 'refs/heads/1.x' }}"
22-
uses: "actions/upload-artifact@v5"
22+
uses: "actions/upload-artifact@v6"
2323
with:
2424
name: "documentation"
2525
path: "build/docs"

0 commit comments

Comments
 (0)