Skip to content

Commit 2c31aeb

Browse files
chore(deps): bump actions/download-artifact from 4 to 5 (#1294)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 53cff91 commit 2c31aeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- run: mkdir -p ./docs
3737
- name: Download the existing documents artifact
38-
uses: actions/download-artifact@v4
38+
uses: actions/download-artifact@v5
3939
with:
4040
name: documentation
4141
- run: tar -xf documentation.tar -C ./docs
@@ -69,7 +69,7 @@ jobs:
6969

7070
- run: mkdir -p ./docs
7171
- name: Download the new documents artifact
72-
uses: actions/download-artifact@v4
72+
uses: actions/download-artifact@v5
7373
with:
7474
name: newdocumentation
7575
- run: tar -xf newdocumentation.tar -C ./docs

0 commit comments

Comments
 (0)