Skip to content

Commit 8e73d4a

Browse files
Update GitHub Artifact Actions
1 parent 715d743 commit 8e73d4a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/hub.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
git commit -m "First commit"
6363
6464
- name: Upload generated site configuration
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@v5
6666
with:
6767
name: antora-site-configuration
6868
path: build/
@@ -74,7 +74,7 @@ jobs:
7474
needs: generate
7575
steps:
7676
- name: Download Antora Site configuration
77-
uses: actions/download-artifact@v4
77+
uses: actions/download-artifact@v6
7878
with:
7979
name: antora-site-configuration
8080

@@ -85,7 +85,7 @@ jobs:
8585
run: cd $PROJECT_SLUG; make html
8686

8787
- name: Upload built Antora Site
88-
uses: actions/upload-artifact@v4
88+
uses: actions/upload-artifact@v5
8989
with:
9090
name: antora-site
9191
path: component-hub
@@ -98,7 +98,7 @@ jobs:
9898
if: github.ref == 'refs/heads/master'
9999
steps:
100100
- name: Download Antora Site
101-
uses: actions/download-artifact@v4
101+
uses: actions/download-artifact@v6
102102
with:
103103
name: antora-site
104104

0 commit comments

Comments
 (0)