Skip to content

Commit 06a8462

Browse files
committed
Update build.yml
1 parent 1a089aa commit 06a8462

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929
with:
3030
submodules: 'true'
3131

@@ -38,14 +38,8 @@ jobs:
3838
env:
3939
NDK_TOOLCHAIN: ${{ steps.setup-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/linux-x86_64
4040

41-
- name: Attest build provenance
42-
uses: actions/attest-build-provenance@v1
43-
with:
44-
subject-name: dist-${{ matrix.target_arch }}
45-
subject-path: dist
46-
4741
- name: Upload artifacts
48-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4943
with:
5044
name: dist-${{ matrix.target_arch }}
5145
path: dist

0 commit comments

Comments
 (0)