diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c1973d24..40bba13d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -277,7 +277,7 @@ jobs: - name: Upload CLI artifact if: "!inputs.run-test && !matrix.no-run" - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: tree-sitter.${{ matrix.platform }} path: target/${{ matrix.target }}/release/tree-sitter${{ contains(matrix.target, 'windows') && '.exe' || '' }} @@ -286,7 +286,7 @@ jobs: - name: Upload Wasm artifacts if: "!inputs.run-test && matrix.platform == 'linux-x64'" - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: tree-sitter.wasm path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f6f9d474..c628acbc4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v6 - name: Download build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: artifacts @@ -50,7 +50,7 @@ jobs: ls -l target/ - name: Generate attestations - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-path: | target/tree-sitter-*.gz