diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e9c4d8..eebdfd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - name: Upload artifacts if: github.ref_type == 'tag' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: binary-${{ matrix.goos }}-${{ matrix.goarch }} path: |