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 @@ -58,12 +58,12 @@ jobs:
58
58
59
59
# Upload artifacts (manuals and JARs)
60
60
- name : Upload English Manual PDF
61
- uses : actions/upload-artifact@v4.4.3
61
+ uses : actions/upload-artifact@v4.6.0
62
62
with :
63
63
name : English manual (PDF)
64
64
path : ./build/docs/en/pdf/EduMIPS64.pdf
65
65
- name : Upload Italian Manual PDF
66
- uses : actions/upload-artifact@v4.4.3
66
+ uses : actions/upload-artifact@v4.6.0
67
67
with :
68
68
name : Italian manual (PDF)
69
69
path : ./build/docs/it/pdf/EduMIPS64.pdf
77
77
# path: ./build/docs/zh/pdf/EduMIPS64.pdf
78
78
79
79
- name : Upload JAR
80
- uses : actions/upload-artifact@v4.4.3
80
+ uses : actions/upload-artifact@v4.6.0
81
81
with :
82
82
name : JAR
83
83
path : ./build/libs/edumips64-${{ steps.read_version.outputs.version }}.jar
@@ -106,7 +106,7 @@ jobs:
106
106
- name : Build MSI
107
107
run : ./gradlew MSI
108
108
- name : Upload MSI
109
- uses : actions/upload-artifact@v4.4.3
109
+ uses : actions/upload-artifact@v4.6.0
110
110
with :
111
111
name : MSI
112
112
path : EduMIPS64-*.msi
You can’t perform that action at this time.
0 commit comments