Skip to content

Commit

Permalink
Fix #1294. Upgrade upload-artifact (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpanzer authored Feb 3, 2025
1 parent dcf411b commit 12eca16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
gradlew.bat -i -S check
- name: Upload asciidoctorj-core reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
env:
os_name: ${{ matrix.os }}
java_version: ${{ matrix.java }}
Expand All @@ -84,7 +84,7 @@ jobs:
name: asciidoctorj-core-reports-${{ env.os_name }}-${{ env.java_version }}
path: asciidoctorj-core/build/reports/*
- name: Upload asciidoctorj-documentation reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
env:
os_name: ${{ matrix.os }}
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
unset GEM_PATH GEM_HOME JRUBY_OPTS
./ci/test-asciidoctor-upstream.sh
- name: Upload asciidoctorj-core reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
env:
os_name: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Build Improvement::

* Move to new plugin suite org.ysb33r.jruby for installing ruby gems (#1293)
* Upgrade build to Gradle 8.12 (#1293)
* Upgrade gh action upload-artifact to v4 (#1294)


== 3.0.0 (2024-08-25)
Expand Down

0 comments on commit 12eca16

Please sign in to comment.