File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 75
75
run : |
76
76
gradlew.bat -i -S check
77
77
- name : Upload asciidoctorj-core reports
78
- uses : actions/upload-artifact@v3
78
+ uses : actions/upload-artifact@v4
79
79
env :
80
80
os_name : ${{ matrix.os }}
81
81
java_version : ${{ matrix.java }}
84
84
name : asciidoctorj-core-reports-${{ env.os_name }}-${{ env.java_version }}
85
85
path : asciidoctorj-core/build/reports/*
86
86
- name : Upload asciidoctorj-documentation reports
87
- uses : actions/upload-artifact@v3
87
+ uses : actions/upload-artifact@v4
88
88
if : always()
89
89
env :
90
90
os_name : ${{ matrix.os }}
@@ -125,7 +125,7 @@ jobs:
125
125
unset GEM_PATH GEM_HOME JRUBY_OPTS
126
126
./ci/test-asciidoctor-upstream.sh
127
127
- name : Upload asciidoctorj-core reports
128
- uses : actions/upload-artifact@v3
128
+ uses : actions/upload-artifact@v4
129
129
if : always()
130
130
env :
131
131
os_name : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Build Improvement::
17
17
18
18
* Move to new plugin suite org.ysb33r.jruby for installing ruby gems (#1293)
19
19
* Upgrade build to Gradle 8.12 (#1293)
20
+ * Upgrade gh action upload-artifact to v4 (#1294)
20
21
21
22
22
23
== 3.0.0 (2024-08-25)
You can’t perform that action at this time.
0 commit comments