We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1a2c92 + c9c0abb commit ebe0de9Copy full SHA for ebe0de9
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@v5
+ uses: actions/upload-artifact@v6
71
with:
72
name: binary-${{ matrix.goos }}-${{ matrix.goarch }}
73
path: |
0 commit comments