Skip to content

Commit 9c94e7b

Browse files
Bump actions/download-artifact from 4.1.8 to 5.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.8...v5.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8e2ba0a commit 9c94e7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- name: Get docs artifact
73-
uses: actions/download-artifact@v4.1.8
73+
uses: actions/download-artifact@v5.0.0
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/download-artifact@v4.1.8
98+
uses: actions/download-artifact@v5.0.0
9999
with:
100100
name: techdocs-common
101101
path: site

0 commit comments

Comments
 (0)