Use the latest actions versions

This commit is contained in:
Martin Tůma 2024-02-03 18:18:10 +01:00
parent a7b83f5d78
commit 1fe198f26e

View File

@ -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