Skip to content

Commit 7e473c7

Browse files
committed
upgrade ci action to actions/[email protected]
1 parent 53da38e commit 7e473c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
env:
135135
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
136136
- name: Upload binaries as build artifacts
137-
uses: actions/upload-artifact@v2
137+
uses: actions/upload-artifact@v4.3.6
138138
with:
139139
name: dist
140140
path: dist/

0 commit comments

Comments
 (0)