Skip to content

Commit 79f58ef

Browse files
Bump actions/upload-artifact from 5 to 6 (#1251)
1 parent 818f2f3 commit 79f58ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
cp tree-sitter-grammars-${{ matrix.bundle_os }}-${{ env.BUNDLE_VERSION }}.tar.gz tree-sitter-grammars.${{ matrix.host }}.v${{ env.BUNDLE_VERSION }}.tar.gz
110110
111111
- name: Upload binary
112-
uses: actions/upload-artifact@v5
112+
uses: actions/upload-artifact@v6
113113
with:
114114
name: ${{ matrix.host }}.${{ matrix.bundle_os }}
115115
path: tree-sitter-grammars*.tar.gz

0 commit comments

Comments
 (0)