Merge pull request #2908 from tree-sitter/dependabot/github_actions/actions/upload-artifact-4

ci: bump actions/upload-artifact from 3 to 4
This commit is contained in:
Amaan Qureshi 2024-02-04 05:02:05 -05:00 committed by GitHub
commit 5478ced3b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -205,7 +205,7 @@ jobs:
run: $BUILD_CMD bench benchmark -p tree-sitter-cli --target=${{ matrix.target }}
- name: Upload CLI artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: tree-sitter.${{ matrix.platform }}
path: target/${{ matrix.target }}/release/tree-sitter${{ env.EXE }}
@ -214,7 +214,7 @@ jobs:
- name: Upload WASM artifacts
if: ${{ matrix.platform == 'linux-x64' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: tree-sitter.wasm
path: |