bump upload artifact action version
This commit is contained in:
parent
f4b2dcb824
commit
8a47707037
3 changed files with 9 additions and 6 deletions
5
.github/workflows/android.yml
vendored
5
.github/workflows/android.yml
vendored
|
|
@ -33,7 +33,8 @@ jobs:
|
|||
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
|
||||
|
||||
- name: Upload installer artifact
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: APK
|
||||
path: build/app/outputs/flutter-apk/app-release.apk
|
||||
path: build/app/outputs/flutter-apk/app-release.apk
|
||||
archive: false
|
||||
5
.github/workflows/flatpak.yml
vendored
5
.github/workflows/flatpak.yml
vendored
|
|
@ -31,7 +31,8 @@ jobs:
|
|||
run: nix build .#flatpak
|
||||
|
||||
- name: Upload installer artifact
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: flatpak-${{ matrix.arch }}
|
||||
path: result/nexus.federated.Nexus.flatpak
|
||||
path: result/nexus.federated.Nexus.flatpak
|
||||
archive: false
|
||||
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
|
|
@ -51,7 +51,8 @@ jobs:
|
|||
run: iscc windows/installer.iss
|
||||
|
||||
- name: Upload installer artifact
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: windows-installer
|
||||
path: windows/dist/Nexus-Setup.exe
|
||||
path: windows/dist/Nexus-Setup.exe
|
||||
archive: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue