mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
gradle.yml, graalvm.yml: update action versions to avoid Node.js 12 warning
This commit is contained in:
parent
3f2a86b43e
commit
fd73170034
2 changed files with 4 additions and 4 deletions
4
.github/workflows/graalvm.yml
vendored
4
.github/workflows/graalvm.yml
vendored
|
@ -24,12 +24,12 @@ jobs:
|
|||
components: 'native-image'
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build with Gradle
|
||||
uses: gradle/gradle-build-action@v1
|
||||
uses: gradle/gradle-build-action@v2
|
||||
with:
|
||||
gradle-version: ${{ matrix.gradle }}
|
||||
arguments: test nativeCompile --info --stacktrace
|
||||
- name: Upload wallet-tool as artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: wallet-tool-${{ matrix.os }}
|
||||
path: wallettool/build/native/nativeCompile/wallet-tool
|
||||
|
|
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
|
@ -28,12 +28,12 @@ jobs:
|
|||
distribution: ${{ matrix.distribution }}
|
||||
java-version: ${{ matrix.java }}
|
||||
- name: Build with Gradle
|
||||
uses: gradle/gradle-build-action@v1
|
||||
uses: gradle/gradle-build-action@v2
|
||||
with:
|
||||
gradle-version: ${{ matrix.gradle }}
|
||||
arguments: -PtestJdk8=true build --stacktrace
|
||||
- name: Upload Test Results and Reports
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
with:
|
||||
name: bitcoinj-core-test-results-jdk${{ matrix.java }}-${{ matrix.os }}
|
||||
|
|
Loading…
Add table
Reference in a new issue