mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-24 03:35:54 +01:00
Use the latest actions versions
This commit is contained in:
parent
a7b83f5d78
commit
1fe198f26e
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
@ -11,13 +11,13 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Install protobuf compiler
|
- name: Install protobuf compiler
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install protobuf-compiler
|
sudo apt-get install protobuf-compiler
|
||||||
- name: set up JDK 11
|
- name: set up JDK 11
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: '11'
|
java-version: '11'
|
||||||
@ -48,7 +48,7 @@ jobs:
|
|||||||
- name: Build project
|
- name: Build project
|
||||||
run: make -j2
|
run: make -j2
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: libplugins_imageformats_libpbf_arm64-v8a.so
|
name: libplugins_imageformats_libpbf_arm64-v8a.so
|
||||||
path: plugins/libplugins_imageformats_libpbf_arm64-v8a.so
|
path: plugins/libplugins_imageformats_libpbf_arm64-v8a.so
|
||||||
|
Loading…
Reference in New Issue
Block a user