Skip to content

Commit 190c3fb

Browse files
committed
Fix workflow versions
1 parent 1334592 commit 190c3fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- run: pip install -r requirements.txt
4141
- run: python scripts/download-tools.py
4242
- run: python scripts/build.py
43-
- uses: actions/upload-artifact@v3
43+
- uses: actions/upload-artifact@v4
4444
with:
4545
name: openandroidinstaller-${{ github.ref_name }}-${{ matrix.os }}
4646
path: dist/
@@ -56,7 +56,7 @@ jobs:
5656
- run: pip install -r requirements.txt
5757
- run: python scripts/download-tools.py
5858
- run: python scripts/build.py
59-
- uses: actions/upload-artifact@v3
59+
- uses: actions/upload-artifact@v4
6060
with:
6161
name: openandroidinstaller-${{ github.ref_name }}-windows-latest
6262
path: dist/

0 commit comments

Comments
 (0)