Skip to content

Commit 68a6f99

Browse files
chore(deps): update github artifact actions
1 parent 5e623df commit 68a6f99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: npx antora generate --log-failure-level warn ${{ inputs.playbook-file }}
6060

6161
- name: Upload built site
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v6
6363
with:
6464
name: antora-site
6565
path: build/site

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Download built site
30-
uses: actions/download-artifact@v4
30+
uses: actions/download-artifact@v7
3131
with:
3232
name: antora-site
3333
path: build/site

0 commit comments

Comments
 (0)