We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4077f commit 0a71863Copy full SHA for 0a71863
.github/workflows/build.yml
@@ -8,15 +8,15 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout
11
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
12
with:
13
fetch-depth: 0
14
- name: Prepare files
15
run: chmod +x compile.sh
16
- name: Compile
17
run: ./compile.sh
18
- name: Upload Result
19
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
20
21
name: ViPER4AndroidRepackaged.zip
22
path: ViPER4AndroidFX-*.zip
0 commit comments