Skip to content

Commit 44a6b25

Browse files
build(deps): bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c46465 commit 44a6b25

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
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
steps:
6464
- name: ⏬ Download artifacts
65-
uses: actions/download-artifact@v5
65+
uses: actions/download-artifact@v6
6666
with:
6767
name: docs
6868
path: artifacts
@@ -83,7 +83,7 @@ jobs:
8383
submodules: recursive
8484

8585
- name: ⏬ Download artifacts
86-
uses: actions/download-artifact@v5
86+
uses: actions/download-artifact@v6
8787
with:
8888
name: docs
8989

@@ -118,7 +118,7 @@ jobs:
118118
image: registry.jetbrains.team/p/writerside/builder/algolia-publisher:2.0.32-3
119119
steps:
120120
- name: Download artifact
121-
uses: actions/download-artifact@v5
121+
uses: actions/download-artifact@v6
122122
with:
123123
name: docs
124124

0 commit comments

Comments
 (0)