Skip to content

Commit 3b4a37e

Browse files
jbescoslukasj
authored andcommitted
Fix github actions deployment issues
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
1 parent 1c6ddc4 commit 3b4a37e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/web.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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:
@@ -69,4 +69,4 @@ jobs:
6969
steps:
7070
- name: Deploy to GitHub Pages
7171
id: deployment
72-
uses: actions/deploy-pages@v2
72+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)