diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8f4853..0e1dc88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: run: go test -race -coverprofile=coverage.out -covermode=atomic ./... - name: Coverage report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: coverage-go-${{ matrix.go-version }} @@ -114,7 +114,7 @@ jobs: echo "Built: $(ls -lh ${{ matrix.binary }})" - name: Upload binary - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.binary }} path: ${{ matrix.binary }}