We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818f2f3 commit 79f58efCopy full SHA for 79f58ef
.github/workflows/release.yml
@@ -109,7 +109,7 @@ jobs:
109
cp tree-sitter-grammars-${{ matrix.bundle_os }}-${{ env.BUNDLE_VERSION }}.tar.gz tree-sitter-grammars.${{ matrix.host }}.v${{ env.BUNDLE_VERSION }}.tar.gz
110
111
- name: Upload binary
112
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
113
with:
114
name: ${{ matrix.host }}.${{ matrix.bundle_os }}
115
path: tree-sitter-grammars*.tar.gz
0 commit comments