Refactor the workflows #12

Merged
Elizhium merged 4 commits from amedee/polycule:refactor into main 2024-10-20 10:31:42 +02:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 31f888fe02 - Show all commits

View File

@@ -9,7 +9,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Download renderer
run: wget https://github.com/plantuml/plantuml/releases/download/v1.2024.5/plantuml-1.2024.5.jar
run: wget https://github.com/plantuml/plantuml/releases/download/v1.2024.7/plantuml-1.2024.7.jar
- name: Setup Java
uses: actions/setup-java@v4
with:
@@ -18,4 +18,4 @@ jobs:
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2
- name: render
run: java -jar plantuml-1.2024.5.jar polycule.puml
run: java -jar plantuml-1.2024.7.jar polycule.puml

View File

@@ -11,7 +11,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Download renderer
run: wget https://github.com/plantuml/plantuml/releases/download/v1.2024.5/plantuml-1.2024.5.jar
run: wget https://github.com/plantuml/plantuml/releases/download/v1.2024.7/plantuml-1.2024.7.jar
- name: Setup Java
uses: actions/setup-java@v4
with:
@@ -20,7 +20,7 @@ jobs:
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2
- name: render
run: java -jar plantuml-1.2024.5.jar polycule.puml
run: java -jar plantuml-1.2024.7.jar polycule.puml
- name: upload to cdn
uses: appleboy/scp-action@v0.1.7
with: