Use Forgejo-compatible artifact actions
This commit is contained in:
parent
ddbfa47587
commit
ec407be894
7 changed files with 18 additions and 14 deletions
|
|
@ -212,7 +212,7 @@ jobs:
|
|||
//bazel/apple:release_ios_stamp
|
||||
|
||||
- name: Upload Staged iOS Artifact
|
||||
uses: https://code.forgejo.org/actions/upload-artifact@v4
|
||||
uses: https://code.forgejo.org/actions/upload-artifact@v3
|
||||
with:
|
||||
name: burrow-apple-ios-${{ needs.prepare.outputs.build_number }}
|
||||
path: |
|
||||
|
|
@ -313,7 +313,7 @@ jobs:
|
|||
//bazel/apple:release_macos_stamp
|
||||
|
||||
- name: Upload Staged macOS Artifact
|
||||
uses: https://code.forgejo.org/actions/upload-artifact@v4
|
||||
uses: https://code.forgejo.org/actions/upload-artifact@v3
|
||||
with:
|
||||
name: burrow-apple-macos-${{ needs.prepare.outputs.build_number }}
|
||||
path: |
|
||||
|
|
@ -357,7 +357,7 @@ jobs:
|
|||
run: nix develop .#ci -c Scripts/ci/google-wif-auth.sh
|
||||
|
||||
- name: Download Staged Apple Artifacts
|
||||
uses: https://code.forgejo.org/actions/download-artifact@v4
|
||||
uses: https://code.forgejo.org/actions/download-artifact@v3
|
||||
with:
|
||||
path: dist/downloaded
|
||||
|
||||
|
|
@ -389,7 +389,7 @@ jobs:
|
|||
run: nix develop .#ci -c Scripts/ci/upload-release-storage.sh
|
||||
|
||||
- name: Upload Signed Apple Artifacts
|
||||
uses: https://code.forgejo.org/actions/upload-artifact@v4
|
||||
uses: https://code.forgejo.org/actions/upload-artifact@v3
|
||||
with:
|
||||
name: burrow-apple-signed-${{ needs.prepare.outputs.build_number }}
|
||||
path: |
|
||||
|
|
@ -428,7 +428,7 @@ jobs:
|
|||
uses: ./.forgejo/actions/decrypt-release-secrets
|
||||
|
||||
- name: Download Signed Apple Artifacts
|
||||
uses: https://code.forgejo.org/actions/download-artifact@v4
|
||||
uses: https://code.forgejo.org/actions/download-artifact@v3
|
||||
with:
|
||||
name: burrow-apple-signed-${{ needs.prepare.outputs.build_number }}
|
||||
path: publish
|
||||
|
|
@ -526,7 +526,7 @@ jobs:
|
|||
run: nix develop .#ci -c Scripts/ci/google-wif-auth.sh
|
||||
|
||||
- name: Download Signed Apple Artifacts
|
||||
uses: https://code.forgejo.org/actions/download-artifact@v4
|
||||
uses: https://code.forgejo.org/actions/download-artifact@v3
|
||||
with:
|
||||
name: burrow-apple-signed-${{ needs.prepare.outputs.build_number }}
|
||||
path: publish
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue