diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a2e4e5..3c8bd53 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@v6 + uses: actions/upload-artifact@v7 with: name: git-context-${{ matrix.os }} path: bin/git-context${{ matrix.os == 'windows-latest' && '.exe' || '' }}