Skip to content

Commit 0fd7e81

Browse files
committed
build(ci): update action upload-artifact to v4
1 parent 5886c1e commit 0fd7e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-binary-for-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
args: release --clean --skip=validate
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56-
- uses: actions/upload-artifact@v3
56+
- uses: actions/upload-artifact@v4
5757
with:
5858
name: answer
5959
path: ./dist/*

0 commit comments

Comments
 (0)