Skip to content

Commit cba1bd2

Browse files
committed
[OPENJDK-3418] Bump GH Pages Actions to recent versions
actions/upload-pages-artifact@v1 uses Artifact actions v3 which will be deprecated on 2024-12-05. Updating upload-pages-artifact to v3 requires updating deploy-pages to v4. Take the opportunity to update configure-pages@v5 as well. https://issues.redhat.com/browse/OPENJDK-3418 Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 8390fbd commit cba1bd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gendocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
./gendocs.sh
4242
4343
- name: Setup Pages
44-
uses: actions/configure-pages@v3
44+
uses: actions/configure-pages@v5
4545

4646
- name: Upload artifact
47-
uses: actions/upload-pages-artifact@v1
47+
uses: actions/upload-pages-artifact@v3
4848
with:
4949
path: 'docs'
5050

5151
- name: Deploy to GitHub Pages
5252
id: deployment
53-
uses: actions/deploy-pages@v2
53+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)