diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0d1eec..9104fc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -360,7 +360,7 @@ jobs: "./target/${{ matrix.target }}/release/koko${extension}" - name: Upload Artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: if-no-files-found: 'error' name: koko-${{ matrix.target }}