Skip to content

Commit 2593f3f

Browse files
committed
GitHub Actions: update actions versions
GitHub no longer allows actions/checkout@v3 to run.
1 parent f27ce6e commit 2593f3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish_gh_pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build_pages:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010

1111
- name: Install dependencies
1212
run: |
@@ -16,7 +16,7 @@ jobs:
1616
- run: make all
1717

1818
- name: Upload HTML artifacts
19-
uses: actions/upload-artifact@v3
19+
uses: actions/upload-artifact@v4
2020
with:
2121
name: html
2222
path: _build/html
@@ -63,7 +63,7 @@ jobs:
6363
fi
6464
6565
- name: Upload changes in artifacts
66-
uses: actions/upload-artifact@v3
66+
uses: actions/upload-artifact@v4
6767
with:
6868
name: gh-pages.patch
6969
path: _build/gh-pages.patch

0 commit comments

Comments
 (0)