We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d231df commit 1b1915fCopy full SHA for 1b1915f
.github/workflows/go.yml
@@ -25,7 +25,7 @@ jobs:
25
run: go build -o quill ./cmd/quill
26
27
- name: Upload Quill Binary
28
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
29
with:
30
name: quill-binary
31
path: quill
0 commit comments