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 e0087ba commit cc357e9Copy full SHA for cc357e9
.github/workflows/release.yml
@@ -95,7 +95,7 @@ jobs:
95
cp tree-sitter-grammars-${{ matrix.bundle_os }}-${{ env.BUNDLE_VERSION }}.tar.gz tree-sitter-grammars.${{ matrix.host }}.v${{ env.BUNDLE_VERSION }}.tar.gz
96
97
- name: Upload binary
98
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
99
with:
100
name: tree-sitter-grammars
101
path: tree-sitter-grammars*.tar.gz
0 commit comments