File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation
2+ # Copyright (c) 2022, 2025 Contributors to the Eclipse Foundation
33#
44# This program and the accompanying materials are made available under the
55# terms of the Eclipse Public License v. 2.0 which is available at
@@ -50,14 +50,14 @@ jobs:
5050 unzip -q -d ./www/api jakarta.activation-api-javadoc.zip -x "META-INF/*"
5151 cp -Rfv CONTRIBUTING.md doc/spec/* ./www/
5252 - name : Setup Pages
53- uses : actions/configure-pages@v3
53+ uses : actions/configure-pages@v5
5454 - name : Build with Jekyll
5555 uses : actions/jekyll-build-pages@v1
5656 with :
5757 source : ./www/
5858 destination : ./_site
5959 - name : Upload artifact
60- uses : actions/upload-pages-artifact@v1
60+ uses : actions/upload-pages-artifact@v3
6161
6262 # Deployment job
6363 deploy :
6969 steps :
7070 - name : Deploy to GitHub Pages
7171 id : deployment
72- uses : actions/deploy-pages@v2
72+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments