Skip to content

Commit e1d4643

Browse files
Bump actions/upload-artifact in the github-artifacts group
Bumps the github-artifacts group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-artifacts ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b02b2e commit e1d4643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: npx @techdocs/cli generate --no-docker --omitTechdocsCoreMkdocsPlugin
6060

6161
- name: Create docs artifact
62-
uses: actions/upload-artifact@v4.5.0
62+
uses: actions/upload-artifact@v4.6.0
6363
with:
6464
name: techdocs-common
6565
path: site

0 commit comments

Comments
 (0)