mirror of
https://github.com/seiichiro0185/sailotp.git
synced 2024-11-14 13:16:42 +00:00
use v3 of actions to avoid warnings
This commit is contained in:
parent
12b77f5483
commit
670610333c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: mkdir output
|
run: mkdir output
|
||||||
|
@ -43,7 +43,7 @@ jobs:
|
||||||
arch: i486
|
arch: i486
|
||||||
|
|
||||||
- name: Upload build result
|
- name: Upload build result
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: output-rpms
|
name: output-rpms
|
||||||
path: RPMS
|
path: RPMS
|
||||||
|
|
Loading…
Reference in a new issue