Skip to content

Commit 46840a4

Browse files
chore(deps): update github artifact actions
1 parent da1b63f commit 46840a4

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
@@ -31,7 +31,7 @@ jobs:
3131
run: npm run build
3232

3333
- name: Upload built site
34-
uses: actions/upload-artifact@v6
34+
uses: actions/upload-artifact@v7
3535
with:
3636
name: antora-site
3737
path: build/site

.github/workflows/publish.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@v7
30+
uses: actions/download-artifact@v8
3131
with:
3232
name: antora-site
3333
path: build/site

0 commit comments

Comments
 (0)