diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f4432305..c427d492e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,12 +70,12 @@ jobs: comment_on_pr: false files: './**/**/test-results/**/*.xml' - name: Upload build artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: build-artifacts path: '**/build/reports' - name: Store Buildscan URL - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: build-scan path: 'buildscan.log' diff --git a/.github/workflows/ciscom31_publish_jar.yml b/.github/workflows/ciscom31_publish_jar.yml index 3ac21fc50..b976cc84e 100644 --- a/.github/workflows/ciscom31_publish_jar.yml +++ b/.github/workflows/ciscom31_publish_jar.yml @@ -61,12 +61,12 @@ jobs: comment_on_pr: false files: './**/**/test-results/**/*.xml' - name: Upload build artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: build-artifacts path: '**/build/reports' - name: Store Buildscan URL - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: build-scan path: 'buildscan.log' diff --git a/build.gradle b/build.gradle index 49e4b759a..89abfcd34 100644 --- a/build.gradle +++ b/build.gradle @@ -58,6 +58,9 @@ allprojects { exclude group: 'ch.qos.logback', module: 'logback-core' exclude group: 'org.apache.logging.log4j', module: 'log4j-to-slf4j' exclude group: 'org.slf4j', module: 'slf4j-log4j12' + resolutionStrategy { + force 'org.codehaus.jettison:jettison:1.5.4' + } } repositories {