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