Skip to content

Commit 7c1f3e8

Browse files
Bump actions/upload-artifact from 4 to 5 (#1216)
1 parent 110b6b6 commit 7c1f3e8

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@v4
112+
uses: actions/upload-artifact@v5
113113
with:
114114
name: ${{ matrix.host }}.${{ matrix.bundle_os }}
115115
path: tree-sitter-grammars*.tar.gz

0 commit comments

Comments
 (0)