We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c59cf1 + 6869e19 commit d7bcf90Copy full SHA for d7bcf90
1 file changed
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Upload artifacts
69
if: github.ref_type == 'tag'
70
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
71
with:
72
name: binary-${{ matrix.goos }}-${{ matrix.goarch }}
73
path: |
0 commit comments