We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5886c1e commit 0fd7e81Copy full SHA for 0fd7e81
.github/workflows/build-binary-for-release.yml
@@ -53,7 +53,7 @@ jobs:
53
args: release --clean --skip=validate
54
env:
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
57
with:
58
name: answer
59
path: ./dist/*
0 commit comments