Skip to content

Commit da21e49

Browse files
Update GitHub Artifact Actions
1 parent 86356b2 commit da21e49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/asciidoc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
program: asciidoctor -D public -b html5 -o index.html -a toc=left -a revdate="${{ steps.rev_info.outputs.date }}" -a revnumber="${{ steps.rev_info.outputs.version }}" -a source-highlighter=rouge repo/README.adoc
3636
- name: Upload AsciiDoc documentation
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v5
3838
with:
3939
name: docs-${{ github.sha }}
4040
path: public
@@ -47,7 +47,7 @@ jobs:
4747
environment: github-pages-branch
4848
steps:
4949
- name: Download documentation artifact into ./public
50-
uses: actions/download-artifact@v5
50+
uses: actions/download-artifact@v6
5151
with:
5252
name: docs-${{ github.sha }}
5353
path: public

0 commit comments

Comments
 (0)