Skip to content

Commit 3ae26a2

Browse files
Bump the github-artifacts group with 2 updates
Bumps the github-artifacts group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4.6.0 to 4.6.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.0...v4.6.1) Updates `actions/download-artifact` from 4.1.8 to 4.1.9 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.8...v4.1.9) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-artifacts - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-artifacts ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7fd0939 commit 3ae26a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yaml

Lines changed: 3 additions & 3 deletions
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/[email protected].0
62+
uses: actions/[email protected].1
6363
with:
6464
name: techdocs-common
6565
path: site
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- name: Get docs artifact
73-
uses: actions/[email protected].8
73+
uses: actions/[email protected].9
7474
with:
7575
name: techdocs-common
7676
path: site
@@ -95,7 +95,7 @@ jobs:
9595
runs-on: ubuntu-latest
9696
steps:
9797
- name: Get docs artifact
98-
uses: actions/[email protected].8
98+
uses: actions/[email protected].9
9999
with:
100100
name: techdocs-common
101101
path: site

0 commit comments

Comments
 (0)