Skip to content

Commit 3bb88b8

Browse files
committed
Upgrade GitHub workflow actions
1 parent 2a2e3d5 commit 3bb88b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: Setup Pages
3232
uses: actions/configure-pages@v2
@@ -50,7 +50,7 @@ jobs:
5050
run: make docs
5151

5252
- name: Upload artifact
53-
uses: actions/upload-pages-artifact@v1
53+
uses: actions/upload-artifact@v4
5454
with:
5555
path: docs
5656

0 commit comments

Comments
 (0)