File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7575 run : |
7676 gradlew.bat -i -S check
7777 - name : Upload asciidoctorj-core reports
78- uses : actions/upload-artifact@v3
78+ uses : actions/upload-artifact@v4
7979 env :
8080 os_name : ${{ matrix.os }}
8181 java_version : ${{ matrix.java }}
8484 name : asciidoctorj-core-reports-${{ env.os_name }}-${{ env.java_version }}
8585 path : asciidoctorj-core/build/reports/*
8686 - name : Upload asciidoctorj-documentation reports
87- uses : actions/upload-artifact@v3
87+ uses : actions/upload-artifact@v4
8888 if : always()
8989 env :
9090 os_name : ${{ matrix.os }}
@@ -125,7 +125,7 @@ jobs:
125125 unset GEM_PATH GEM_HOME JRUBY_OPTS
126126 ./ci/test-asciidoctor-upstream.sh
127127 - name : Upload asciidoctorj-core reports
128- uses : actions/upload-artifact@v3
128+ uses : actions/upload-artifact@v4
129129 if : always()
130130 env :
131131 os_name : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Build Improvement::
1717
1818* Move to new plugin suite org.ysb33r.jruby for installing ruby gems (#1293)
1919* Upgrade build to Gradle 8.12 (#1293)
20+ * Upgrade gh action upload-artifact to v4 (#1294)
2021
2122
2223== 3.0.0 (2024-08-25)
You can’t perform that action at this time.
0 commit comments