Skip to content

Commit b9293bb

Browse files
authored
Update GitHub Actions to use newer action versions
1 parent 17898d9 commit b9293bb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v5
1717
- name: install asciidoctor
1818
run: sudo apt-get install -y asciidoctor
1919
- name: Build the site using asciidoctor
2020
run: make
21-
- uses: actions/upload-artifact@v2
21+
- uses: actions/upload-artifact@v4
2222
with:
2323
name: book.html
2424
path: book.html
25-
26-

0 commit comments

Comments
 (0)