Skip to content

Commit e42786e

Browse files
Update actions/download-artifact action to v5
1 parent 990a095 commit e42786e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/asciidoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
environment: github-pages-branch
4848
steps:
4949
- name: Download documentation artifact into ./public
50-
uses: actions/download-artifact@v4
50+
uses: actions/download-artifact@v5
5151
with:
5252
name: docs-${{ github.sha }}
5353
path: public

0 commit comments

Comments
 (0)