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 1334592 commit 190c3fbCopy full SHA for 190c3fb
.github/workflows/build-release.yml
@@ -40,7 +40,7 @@ jobs:
40
- run: pip install -r requirements.txt
41
- run: python scripts/download-tools.py
42
- run: python scripts/build.py
43
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
44
with:
45
name: openandroidinstaller-${{ github.ref_name }}-${{ matrix.os }}
46
path: dist/
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
name: openandroidinstaller-${{ github.ref_name }}-windows-latest
62
0 commit comments