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 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/
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
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
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
You can’t perform that action at this time.
0 commit comments