1
0
Fork 0
mirror of https://github.com/seiichiro0185/sailotp.git synced 2024-05-14 23:10:54 +00:00

use v3 of actions to avoid warnings

This commit is contained in:
Simon Schmeisser 2023-02-25 13:47:35 +01:00 committed by GitHub
parent 12b77f5483
commit 670610333c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Prepare
run: mkdir output
@ -43,7 +43,7 @@ jobs:
arch: i486
- name: Upload build result
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: output-rpms
path: RPMS