mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
gradle.yml, graalvm.yml: update upload-artifact to v4
Also adjust artifact name as v4 rejects uploads with duplicate names.
This commit is contained in:
parent
97a4754dc7
commit
1abecf97d2
2 changed files with 4 additions and 4 deletions
4
.github/workflows/graalvm.yml
vendored
4
.github/workflows/graalvm.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
gradle-version: ${{ matrix.gradle }}
|
||||
arguments: test nativeCompile --init-script build-scan-agree.gradle --scan --info --stacktrace
|
||||
- name: Upload wallet-tool as artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: wallet-tool-${{ matrix.os }}
|
||||
name: wallet-tool-${{ matrix.os }}-${{ matrix.java-version }}
|
||||
path: wallettool/build/native/nativeCompile/wallet-tool
|
||||
|
|
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
|
@ -34,10 +34,10 @@ jobs:
|
|||
gradle-version: ${{ matrix.gradle }}
|
||||
arguments: -PtestJdk8=true build --init-script build-scan-agree.gradle --scan --info --stacktrace
|
||||
- name: Upload Test Results and Reports
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
with:
|
||||
name: bitcoinj-core-test-results-jdk${{ matrix.java }}-${{ matrix.os }}
|
||||
name: bitcoinj-core-test-results-jdk${{ matrix.java }}-${{ matrix.os }}-${{ matrix.gradle }}
|
||||
path: |
|
||||
core/build/reports/tests/test/
|
||||
core/build/test-results/test/
|
||||
|
|
Loading…
Add table
Reference in a new issue