Skip to content

Commit 0271f28

Browse files
committed
Update actions
1 parent 82f58a8 commit 0271f28

2 files changed

Lines changed: 4 additions & 15 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: [ubuntu-latest]
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
- name: "Generate site using antora site action"
1717
uses: aolle/antora-site-action@main
1818
with:
1919
antora_playbook: site.yml
2020
- name: "Upload generated site"
21-
uses: actions/upload-artifact@v3
21+
uses: actions/upload-artifact@v4
2222
with:
2323
name: site
2424
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"
@@ -28,9 +28,9 @@ jobs:
2828
name: "Deploy GitHub Pages"
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
- name: Download generated site
33-
uses: actions/download-artifact@v3
33+
uses: actions/download-artifact@v4
3434
with:
3535
name: site
3636
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"

0 commit comments

Comments
 (0)