Skip to content

Commit 0a71863

Browse files
Update GitHub Actions workflow
1 parent db4077f commit 0a71863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v3
1212
with:
1313
fetch-depth: 0
1414
- name: Prepare files
1515
run: chmod +x compile.sh
1616
- name: Compile
1717
run: ./compile.sh
1818
- name: Upload Result
19-
uses: actions/upload-artifact@v2
19+
uses: actions/upload-artifact@v3
2020
with:
2121
name: ViPER4AndroidRepackaged.zip
2222
path: ViPER4AndroidFX-*.zip

0 commit comments

Comments
 (0)