Skip to content

Commit 12eca16

Browse files
authored
Fix #1294. Upgrade upload-artifact (#1295)
1 parent dcf411b commit 12eca16

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/continuous-integration.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
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 }}
@@ -84,7 +84,7 @@ jobs:
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 }}

CHANGELOG.adoc

+1
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)