Skip to content

Commit df90d57

Browse files
authored
Merge pull request #21 from sureshg/dependabot/github_actions/actions/download-artifact-6
build(deps): bump actions/download-artifact from 5 to 6
2 parents 4c46465 + 44a6b25 commit df90d57

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)