diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9a9ee3..0916cfe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: run: go build -v -o bin/git-context${{ matrix.os == 'windows-latest' && '.exe' || '' }} . - name: Upload artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: git-context-${{ matrix.os }} path: bin/git-context${{ matrix.os == 'windows-latest' && '.exe' || '' }}